diff --git a/.travis.yml b/.travis.yml index e670d98c..07725e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,13 +26,12 @@ install: - git checkout tags/v1.0.0 - cd .. - g++ --version + - cmake --version - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - && sudo add-apt-repository -y ppa:apokluda/boost1.53 && sudo add-apt-repository -y ppa:george-edison55/cmake-3.x && sudo apt-get update && sudo apt-cache madison cmake - && sudo apt-get install g++-4.8 libboost1.53-dev --no-install-recommends -y && sudo apt-get install cmake -y ; fi