From 387439cd4ee0b0183a48050129cf0ebe64ef5ff4 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 8 Aug 2015 02:01:30 -0400 Subject: [PATCH] another attempt at gcc-4.9 --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44b1904dc..216d952c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,10 @@ cache: addons: apt: sources: + - ubuntu-toolchain-r-test - boost-latest packages: + - g++-4.9 - libboost1.55-all-dev - python2.7-dev @@ -33,12 +35,12 @@ before_install: - git submodule update --init --recursive install: - - 'echo "using gcc : : ccache g++-4.8 : -std=c++11 ;" > ~/user-config.jam' + - 'echo "using gcc : : ccache g++-4.9 : -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-4.8 - - ls -la `which $CXX-4.8` + - which $CXX-4.9 + - ls -la `which $CXX-4.9` script: - cd test