Skip to content

Commit

Permalink
Update travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jul 3, 2017
1 parent dffde10 commit ac949d6
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby-19mode
- jruby-9.1.8.0
- jruby-head
- rbx-2.5.2

Expand All @@ -26,7 +29,8 @@ notifications:
branches:
only:
- master
- 2.x-stable
- 3.2.-stable
- 5.0-dev

matrix:
allow_failures:
Expand All @@ -46,16 +50,28 @@ matrix:
- rvm: 2.0.0
jdk: oraclejdk8
env: CI="travis"
- rvm: 2.1
- rvm: 2.1.10
jdk: openjdk7
env: CI="travis"
- rvm: 2.1
- rvm: 2.1.10
jdk: oraclejdk8
env: CI="travis"
- rvm: 2.2.0
- rvm: 2.2.7
jdk: openjdk7
env: CI="travis"
- rvm: 2.2.0
- rvm: 2.2.7
jdk: oraclejdk8
env: CI="travis"
- rvm: 2.3.4
jdk: openjdk7
env: CI="travis"
- rvm: 2.3.4
jdk: oraclejdk8
env: CI="travis"
- rvm: 2.4.1
jdk: openjdk7
env: CI="travis"
- rvm: 2.4.1
jdk: oraclejdk8
env: CI="travis"
- rvm: ruby-head
Expand Down

0 comments on commit ac949d6

Please sign in to comment.