summary refs log tree commit
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2015-12-27 15:30:30 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2015-12-27 15:30:30 -0300
commit7cb3772a03f1b713622f68e178f90a71a66aff0d (patch)
tree3d371db78b086da0b950d0d6b02c402639f089df
parent2ac599551d6147184321c42f40a0ab3241499b08 (diff)
parentfa9969ef4a711e42f0a821c6f83c07a93c4234fe (diff)
downloadrack-7cb3772a03f1b713622f68e178f90a71a66aff0d.tar.gz
Merge pull request #994 from deepj/travis
Test against Ruby 2.3.0 and JRuby 9.0.4.0
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c598bf9..c7edede8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,11 @@ install:
 script: bundle exec rake ci
 rvm:
   - 2.2.3
+  - 2.3.0
   - ruby-head
   - rbx-2
   - jruby
-  - jruby-9000
+  - jruby-9.0.4.0
   - jruby-head
 
 notifications: