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