Skip to content

Commit 46b440c

Browse files
author
walaj
committed
added lzma install to travis build
1 parent 65a13b2 commit 46b440c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ env:
4949
before_install:
5050
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
5151
- sudo apt-get -qq update
52+
- sudo apt-get install lzma
5253
- if [ "${TRAVIS_BRANCH}" = "master" ]; then export BOOST_VERSION="${BOOST_VERSION_MIN}"; else export BOOST_VERSION="${BOOST_VERSION_MAX}"; fi
5354
- if [ -n "${BOOST_VERSION}" ]; then export BOOST_ROOT="${TRAVIS_BUILD_DIR}/../boost-trunk"; export CMAKE_MODULE_PATH="${BOOST_ROOT}"; fi
5455
- if [ "${TRAVIS_OS_NAME}" = "osx" -a "${CXX}" = "clang++" ]; then export CXX="$(which c++)"; export CC="$(which cc)"; fi

0 commit comments

Comments
 (0)