Use more recent compiler on travis

This commit is contained in:
Bruno Van de Velde 2016-03-01 20:59:29 +01:00
parent a3ff9616fa
commit 5c62f4fe1a

View File

@ -5,6 +5,8 @@ git:
depth: 1
os: linux
compiler: g++-5
env: COMPILER=g++-5
cache:
directories:
- $HOME/SFML_LINUX
@ -40,6 +42,7 @@ addons:
- libudev-dev
script:
- CXX=$COMPILER;
- chmod +x tests/travis_linux_tests.sh
- tests/travis_linux_tests.sh