Travis update gcc fix

This commit is contained in:
Yahya Lmallas 2016-01-31 15:27:40 +01:00
parent 0029c33e99
commit af07bd951f
1 changed files with 5 additions and 2 deletions

View File

@ -4,10 +4,13 @@ language:
python:
- 2.7
before_install:
- sudo apt-get update -qq
install:
# g++4.8.1
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
- sudo apt-get install -qq g++-4.8
- export CXX="g++-4.8"
- ./install.sh
script: