1
0
Fork 0

Quo vadis travis?

This commit is contained in:
Willi Goesgens 2014-12-16 14:03:43 +01:00
parent 2f60cc232b
commit 1e0690197f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
- sudo apt-get update -qq
install:
ls -l /usr/bin/
- ls -l /usr/bin/
# g++4.8.1
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi