aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-30 07:01:31 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-30 07:29:59 +0200
commitf0668c83bbdfb6b942d1ae7b7f650c07930e3c68 (patch)
treed5555b2ea4c70be77849af3d9c4123c84188cfc2 /.travis.yml
parent9adbf489707ce7eee4307d3540a61950aa633fad (diff)
Alright, fine Travis. You can try and build for another version of gcc.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f6acbf003..dfe0441abc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: