From ce1d38704df398968f0f23bcc44c8c29214941ee Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 8 Aug 2015 01:10:36 -0400 Subject: [PATCH] another attempt to fix travis --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac75e75ee..44b1904dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,24 +25,20 @@ addons: apt: sources: - boost-latest - - ppa:ubuntu-toolchain-r/test packages: - libboost1.55-all-dev - - boost-build - python2.7-dev - - g++-4.8 before_install: - git submodule update --init --recursive install: - - if [ $TRAVIS_OS_NAME == "osx" ]; then sudo brew install boost boost-build python27-dev; fi - 'echo "using gcc : : ccache g++-4.8 : -std=c++11 ;" > ~/user-config.jam' - 'echo "using clang : : ccache clang++ : -std=c++11 ;" >> ~/user-config.jam' - 'echo "using python : 2.7 ;" >> ~/user-config.jam' - ccache -V && ccache --show-stats && ccache --zero-stats - - which $CXX - - ls -la `which $CXX` + - which $CXX-4.8 + - ls -la `which $CXX-4.8` script: - cd test @@ -55,3 +51,4 @@ script: - cd ../../simulation - b2 -j 3 variant=$variant warnings=off $CC - ccache --show-stats +