language: cpp sudo: false matrix: include: - os: osx compiler: clang - os: linux compiler: clang script: - ./mason build ${MASON_NAME} ${MASON_VERSION} after_success: - ./mason publish ${MASON_NAME} ${MASON_VERSION}