From eb37551ae4fbb491f7670bf4175cb43bbc649fe0 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Wed, 13 May 2015 14:58:48 -0700 Subject: Added Ruby to Travis testing. - Added RVM-based Ruby test driver that tests MRI and JRuby. - Fixed JRuby compilation (at least in my current setup): force source version to 1.6 (Java 6) to allow generics and annotations. - Modify the skipped JRuby JSON tests so that the exit code is 0 (skip() results in a failing exit code from `rake test`). An upcoming PR should fix JSON under JRuby in general soon. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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: -- cgit v1.2.3