Skip to content

Commit

Permalink
Add more Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalumickas committed Nov 27, 2014
1 parent 5e9dad9 commit 8da044e
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
language: ruby
rvm:
- 2.1.5
- 2.1.2
- 2.0.0

bundler_args: --without development

script: bundle exec rspec --pattern "spec/*_spec.rb"
gemfile: spec/support/rails_test_app/Gemfile

rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- jruby-19mode
- jruby-head
- rbx

matrix:
allow_failures:
- rvm: 1.9.3
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx

0 comments on commit 8da044e

Please sign in to comment.