Skip to content

Commit

Permalink
travis: just switch to "g++-5"
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille committed Feb 9, 2018
1 parent 560e866 commit 528b8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addons:
- sourceline: 'ppa:duggan/bats'
packages:
- valgrind
- g++-4.8
- g++-5
- bats

#env:
Expand Down Expand Up @@ -57,7 +57,7 @@ notifications:

install:
# Build SimulationCraft
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make CXX=g++-4.8 DEBUG=1 -C engine -j 2; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make CXX=g++-5 DEBUG=1 -C engine -j 2; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then make DEBUG=1 SANITIZE=1 -C engine -j 2; fi

script:
Expand Down

0 comments on commit 528b8b4

Please sign in to comment.