summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2014-09-19 17:18:42 +0900
committerJosh Kalderimis <josh.kalderimis@gmail.com>2014-09-19 17:18:42 +0900
commit8dcb9749e965338f375b95a2be42cd946a767de2 (patch)
treeb0d0aa877f3677e5bde320575ab1d148c8cbbdd8
parentec9c9053dd6541d0bb08839b521f5279440703fb (diff)
downloadbundler-8dcb9749e965338f375b95a2be42cd946a767de2.tar.gz
try --dev again with jruby
we didn't do it correctly last time
-rw-r--r--.travis.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index 684c8f345e..832faf2306 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,22 @@ language: ruby
sudo: false
+rvm:
+ - 2.1.2
+ - 2.0.0
+ - 1.9.3
+ - 1.8.7
+
+# Rubygems versions MUST be available as rake tasks
+# see Rakefile:66 for the list of possible RGV values
env:
- - JRUBY_OPTS="-Xlaunch.inproc=true -Xcext.enabled=false -Xcompile.invokedynamic=false"
+ global:
+ - JRUBY_OPTS="--dev -Xcext.enabled=false -Xcompile.invokedynamic=false"
+ matrix:
+ # We need to know if changes to rubygems will break bundler on release
+ - RGV=master
+ # Test the latest rubygems release with all of our supported rubies
+ - RGV=v2.3.0
before_script: travis_retry rake spec:travis:deps
@@ -33,20 +47,6 @@ notifications:
rooms:
- secure: JxBi7DDJGkIF/7f/FSN/HUHpvV4EKfQccZHTPd1b2pNJn3GXo6u+tNVbAw2WjxYzPyPQI3ZcYBCU9SEXp/i7VmG8uMzh8Kyildw+miSKYKVb90uYqcsXWzbxwyNBgJLvyDkzST45H5lgnyAicee3WkFes/WDZikIajbH7ztdb04=
-rvm:
- - 2.1.2
- - 2.0.0
- - 1.9.3
- - 1.8.7
-
-# Rubygems versions MUST be available as rake tasks
-# see Rakefile:66 for the list of possible RGV values
-env:
- # We need to know if changes to rubygems will break bundler on release
- - RGV=master
- # Test the latest rubygems release with all of our supported rubies
- - RGV=v2.3.0
-
matrix:
fast_finish: true
include: