Skip to content

Commit

Permalink
update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Mar 23, 2013
1 parent ec8b0fb commit 4805a87
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
@@ -1,16 +1,12 @@
rvm:
- 1.9.2
- 1.9.3
before_install:
- gem update --system
- gem --version
- gem install bundler
script: "bundle exec rake test"
- 2.0.0
gemfile:
- gemfiles/rails3_0.gemfile
- gemfiles/rails3_1.gemfile
- gemfiles/rails3_2.gemfile
- gemfiles/rails4_0.gemfile
matrix:
exclude:
- rvm: 1.9.2
gemfile: gemfiles/rails4_0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails3_0.gemfile

0 comments on commit 4805a87

Please sign in to comment.