Allow travis to generate matrix of rubies and gems

This commit is contained in:
Caleb Thompson 2015-02-24 14:11:27 -06:00
parent 969ac82276
commit f5ef0128ef
No known key found for this signature in database
GPG Key ID: 1621ADC2A0ACE70A
1 changed files with 11 additions and 8 deletions

View File

@ -4,16 +4,19 @@ sudo: false
script: bundle exec rake travis
rvm:
- 2.0
- 2.1
- 2.2
- jruby-19mode
- jruby-head
gemfile:
- Gemfile
- gemfiles/Gemfile-edge
matrix:
fast_finish: true
include:
- rvm: 2.0
- rvm: 2.1
- rvm: 2.2
- rvm: 2.2
gemfile: gemfiles/Gemfile-edge
- rvm: jruby-19mode
- rvm: jruby-head
allow_failures:
- rvm: jruby-head