Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
* Up Ruby version to 2.1.3 from 2.1.2
* Add Ruby 2.2.0-preview1
  • Loading branch information
pinzolo committed Sep 24, 2014
1 parent aa0ad2c commit 093456c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,12 @@ language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1.2
- 2.1.3
- 2.2.0-preview1
gemfile:
- gemfiles/activerecord_3_2_x.gemfile
- gemfiles/activerecord_4_0_x.gemfile
- gemfiles/activerecord_4_1_x.gemfile
matrix:
allow_failures:
- rvm: 2.2.0-preview1

0 comments on commit 093456c

Please sign in to comment.