aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Suschlik <ps@neopoly.de>2015-01-21 14:42:06 +0100
committerPeter Suschlik <ps@neopoly.de>2015-01-21 14:46:03 +0100
commitf94efffa9797cc9ec8650dd6df82bbf7819d316f (patch)
tree396071a4be1e79c7d1ca36258f16ea205c7e8ae0 /.travis.yml
parent56040f20b56f236678561b65ef3d03bd2a1f5e25 (diff)
downloadrails-f94efffa9797cc9ec8650dd6df82bbf7819d316f.tar.gz
rails-f94efffa9797cc9ec8650dd6df82bbf7819d316f.tar.bz2
rails-f94efffa9797cc9ec8650dd6df82bbf7819d316f.zip
Remove jruby and add jruby-head on Travis
Arel 7.0 dropped support for 1.9 (see f1a3421ce7083181ebd463c8147c2d4b95539ca8). We should remove jruby (1.7.18) which only supports 1.9 and test the latest jruby head (9.0.0.0.pre1). After jruby 9k has been released (and Travis has updated) we can safely switch back to jruby.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d6eda2ce61..825c096c89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ script:
- "gem build arel.gemspec"
rvm:
- rbx
- - jruby
+ - jruby-head
- 2.0.0
- 2.1
- ruby-head