Skip to content

Commit

Permalink
Rehash our travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Mar 31, 2017
1 parent 10b1f1e commit 8e738a2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Expand Up @@ -3,16 +3,15 @@ env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
matrix:
- RAILS_VERSION="~> 4.0.0"
- RAILS_VERSION="~> 4.1.0"
- RAILS_VERSION="~> 4.2.0"
- RAILS_VERSION="~> 5.0.0"
- RAILS_VERSION="~> 5.1.0.rc1"
- RAILS_VERSION="edge"
rvm:
- 2.0.0
- 2.1
- 2.2.5
- 2.3.1
- 2.2
- 2.3
- 2.4
- jruby-9.0.5.0
- jruby-head
- rbx-2
Expand All @@ -38,11 +37,17 @@ matrix:
env: RAILS_VERSION="~> 3.1.0"
- rvm: 2.1
env: RAILS_VERSION="~> 3.2.0"
- rvm: 2.1
env: RAILS_VERSION="~> 4.0.0"
- rvm: 2.3
env: RAILS_VERSION="~> 4.1.0"

exclude:
- rvm: 2.0.0
env: RAILS_VERSION="~> 5.0.0"
- rvm: 2.1
env: RAILS_VERSION="~> 5.0.0"
- rvm: 2.1
env: RAILS_VERSION="~> 5.1.0.rc1"
- rvm: 2.1
env: RAILS_VERSION="edge"

sudo: false

0 comments on commit 8e738a2

Please sign in to comment.