We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a13b2 commit 46b440cCopy full SHA for 46b440c
.travis.yml
@@ -49,6 +49,7 @@ env:
49
before_install:
50
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
51
- sudo apt-get -qq update
52
+- sudo apt-get install lzma
53
- if [ "${TRAVIS_BRANCH}" = "master" ]; then export BOOST_VERSION="${BOOST_VERSION_MIN}"; else export BOOST_VERSION="${BOOST_VERSION_MAX}"; fi
54
- if [ -n "${BOOST_VERSION}" ]; then export BOOST_ROOT="${TRAVIS_BUILD_DIR}/../boost-trunk"; export CMAKE_MODULE_PATH="${BOOST_ROOT}"; fi
55
- if [ "${TRAVIS_OS_NAME}" = "osx" -a "${CXX}" = "clang++" ]; then export CXX="$(which c++)"; export CC="$(which cc)"; fi
0 commit comments