aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2013-12-04 17:54:31 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2013-12-04 17:54:47 -0200
commit49ed8a1a628ff8b7aa089df241cd3f487cfbd06f (patch)
tree5650963a169654042a52992467846040e82bfb0d /.travis.yml
parent2d061c2c4fbd7ed4df9bd3368d94aba736663dab (diff)
downloadrails-49ed8a1a628ff8b7aa089df241cd3f487cfbd06f.tar.gz
rails-49ed8a1a628ff8b7aa089df241cd3f487cfbd06f.tar.bz2
rails-49ed8a1a628ff8b7aa089df241cd3f487cfbd06f.zip
Run Travis tests using Ruby 2.1.0-preview2 too
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e354a8fb0..e674702677 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ before_install:
rvm:
- 1.9.3
- 2.0.0
+ - 2.1.0-preview2
- rbx-2.2.1
- jruby-19mode
env:
@@ -16,6 +17,7 @@ env:
- "GEM=ar:postgresql"
matrix:
allow_failures:
+ - rvm: 2.1.0-preview2
- rvm: rbx-2.2.1
- rvm: jruby-19mode
notifications: