aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 17957584b7..47ab5e888d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,9 @@ env:
global:
- RUBY_VERSION=2.1
matrix:
- - CONFIG=dbg TEST=c
- - CONFIG=dbg TEST=c++
- - CONFIG=opt TEST=c
- - CONFIG=opt TEST=c++
- - CONFIG=opt TEST=node
- - CONFIG=opt TEST=ruby
+ - CONFIG=opt TEST=python
script:
+ - which python
- rvm use $RUBY_VERSION
- gem install bundler
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0