Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis speedup. #1417

Merged
merged 4 commits into from
Apr 30, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Alright, fine Travis. You can try and build for another version of gcc.
  • Loading branch information
nicolasnoble committed Apr 30, 2015
commit f0668c83bbdfb6b942d1ae7b7f650c07930e3c68
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