aboutsummaryrefslogtreecommitdiff
path: root/ruby/travis-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Don't hardcode bashTamir Duberstein2015-05-151-1/+1
|
* Refactor Travis tests: split configs and run in parallel.Chris Fallin2015-05-141-5/+1
|
* Added Ruby to Travis testing.Chris Fallin2015-05-131-0/+19
- 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.