summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-11-29 17:42:25 -0800
committerAndre Arko <andre@arko.net>2012-11-29 17:42:25 -0800
commitf1958b16f6826e5d14745dbf26c15efbe0113df9 (patch)
tree0c54c39a43ea787a0f1e83e3d69d0629eb1aaa90
parent7cdce901451eaa350d23c870c35c5c6f208401db (diff)
downloadbundler-f1958b16f6826e5d14745dbf26c15efbe0113df9.tar.gz
try buliding against ruby 2 as well
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9448f4fdc3..6284c54c99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ notifications:
channels:
- "irc.freenode.org#bundler"
rvm:
- # - 2.0.0-preview1 # disabled until Bundler builds on the Rails workers
+ - 2.0.0 # disabled until Bundler builds on the Rails workers
- 1.9.3
- 1.9.2
- 1.8.7
@@ -36,9 +36,9 @@ matrix:
env: RGV=v1.3.6
exclude:
# 2.0.0-preview1 shipped with Rubygems 1.8.24, so skip RGV lower than that
- - rvm: 2.0.0-preview1
+ - rvm: 2.0.0
env: RGV=v1.7.2
- - rvm: 2.0.0-preview1
+ - rvm: 2.0.0
env: RGV=v1.6.2
- - rvm: 2.0.0-preview1
+ - rvm: 2.0.0
env: RGV=v1.5.3