Skip to content

Commit

Permalink
Force GCC 4.8 use in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fenn committed Oct 19, 2015
1 parent 0ccd740 commit 646cf3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -25,6 +25,7 @@ addons:
- libboost-thread-dev
- libboost-filesystem-dev
- cmake
- g++-4.8
cache:
directories:
- node_modules
Expand All @@ -36,7 +37,9 @@ before_script:
- travis_wait cmake -H. -B./hard.build
- cd ./hard.build

script: travis_wait make
script:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- travis_wait make

notifications:
email: false
Expand Down

0 comments on commit 646cf3b

Please sign in to comment.