diff options
author | Andre Arko <andre@arko.net> | 2013-01-07 16:55:38 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-01-07 16:56:09 -0800 |
commit | 99cf38223d1affd7505960876fb71ffa2169e2a3 (patch) | |
tree | 23737f25baa28262ec84eaaff67a495a4848ed14 /.travis.yml | |
parent | 55f3199e5c3bcef78cd2aa11dbe480a847303744 (diff) | |
download | bundler-99cf38223d1affd7505960876fb71ffa2169e2a3.tar.gz |
Revert "build against 2.0.0-rc1"
It turns out we have to wait for Travis to roll out a new image.
The switch to Ruby version happens before the before_script runs. :(
This reverts commit 55f3199e5c3bcef78cd2aa11dbe480a847303744.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 13778ad0da..86979e6e0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: # we want to know how we're doing with head, but not fail the build - rvm: ruby-head # until the 2.0 rc, it's okay for failures to crop up - - rvm: 2.0.0-rc1 + - rvm: 2.0.0-preview2 # 1.9.2 is simply too slow. it sometimes exceeds the 25m hard limit. - rvm: 1.9.2 include: @@ -40,9 +40,8 @@ matrix: - rvm: ruby-head env: RGV=master # 2.0 release track - # rc1 ships with RG 2.0.0.preview3.1, but that isn't tagged yet :'( - - rvm: 2.0.0-rc1 - env: RGV=master + - rvm: 2.0.0-preview2 + env: RGV=v2.0.0.preview2.2 # Bundler 1.x supports Rubygems down to 1.5.3 on Ruby 1.9.3 - rvm: 1.9.3 env: RGV=v1.7.2 |