Skip to content

Commit

Permalink
Alright, fine Travis. You can try and build for another version of gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Apr 30, 2015
1 parent 9adbf48 commit f0668c8
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 @@ -33,7 +33,7 @@ env:
script:
- rvm use $RUBY_VERSION
- gem install bundler
- if [ -z "$USE_GCC" ] ; then ./tools/run_tests/prepare_travis.sh ; fi
- ./tools/run_tests/prepare_travis.sh
- if [ ! -z "$USE_GCC" ] ; then export CC=gcc-$USE_GCC ; export CXX=g++-$USE_GCC ; fi
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
after_success:
Expand Down

0 comments on commit f0668c8

Please sign in to comment.