Try gcc 4.8 on travis.

This commit is contained in:
Patrick von Reth 2015-09-07 15:05:42 +02:00
parent 096b554a9c
commit f662c36829
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ before_install: |-
source /opt/qt53/bin/qt53-env.sh
if [ "$CXX" = "g++" ]
then
sudo apt-get install -q gcc-4.7 g++-4.7
export CXX="g++-4.7"
export CC="gcc-4.7"
sudo apt-get install -q gcc-4.8 g++-4.8
export CXX="g++-4.8"
export CC="gcc-4.8"
fi
fi
mkdir -p ~/git