Skip to content

Commit

Permalink
Test with activesupport v4.0 and actionpack v4.0, and allow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Apr 15, 2013
1 parent 925be1f commit 68dba80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
gemfile:
- gemfiles/rails3_2/Gemfile
- gemfiles/rails4_0/Gemfile
matrix:
allow_failures:
- rvm: 1.9.3
gemfile: gemfiles/rails4_0/Gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails4_0/Gemfile

0 comments on commit 68dba80

Please sign in to comment.