aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Chris Fallin <cfallin@c1f.net>2015-05-13 15:39:45 -0700
committerGravatar Chris Fallin <cfallin@c1f.net>2015-05-13 15:39:45 -0700
commit2fe0483848b3e7da36a6f29099c71553a4af3adc (patch)
tree87a1d982445a86526e0a1903b156ddaaeeba790a /.travis.yml
parent23bb79d4a32a77e8349d6c49052be1e56a8b8153 (diff)
parenteb37551ae4fbb491f7670bf4175cb43bbc649fe0 (diff)
Merge pull request #383 from cfallin/ruby-travis
Add Ruby to Travis testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 354be896..4f513653 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ script:
- cd python && python setup.py build && python setup.py test && cd ..
- export LD_LIBRARY_PATH=../src/.libs
- cd python && python setup.py build --cpp_implementation && python setup.py test --cpp_implementation && cd ..
+ - cd ruby && sh travis-test.sh && cd ..
- cd conformance && make test_java && cd ..
- make distcheck -j2
notifications: