add JRuby on travis CI config file
Joel AZEMAR
committed Apr 15, 2014
commit ae084fdf3af5cfa24497912a87616908daca5d87
Showing 1
changed file with
2 additions
and 1 deletions
.travis.yml
+2
-1
| @@ | @@ -1,4 +1,5 @@ |
| language: ruby | |
| rvm: | |
| - 2.0.0 | |
| - | - 2.1.1 |
| \ No newline at end of file | |
| + | - 2.1.1 |
| + | - jruby-19mode |
| \ No newline at end of file | |