1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Test Rails 4.0 on Travis CI

This commit is contained in:
Matt Daubert 2013-08-23 09:26:31 -04:00
parent 1021fcac89
commit 63b06019dd

View file

@ -17,8 +17,12 @@ matrix:
- rvm: rbx-19mode
- rvm: jruby-19mode
include:
- rvm: 1.9.3
gemfile: gemfiles/4.0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/3.2.gemfile
- rvm: 2.0.0
gemfile: gemfiles/4.0.gemfile
- rvm: rbx-19mode
gemfile: gemfiles/3.2.gemfile
- rvm: jruby-19mode