Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille authored Nov 7, 2017
1 parent d754e3d commit 6a64f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ notifications:

install:
# Build SimulationCraft
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then CXX=g++-4.9 && ${CXX} -v && make DEBUG=1 -C engine -j 2; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then CXX=g++-4.9 && ${CXX} -v && make CXX=g++-4.9 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 6a64f40

Please sign in to comment.