Skip to content

Commit

Permalink
Travis Updates (#1565)
Browse files Browse the repository at this point in the history
* Travis Updates

* Exclude 9.2 + JDK 7 but also add new JDKs

* jrubyhead doesn't like jdk 7
  • Loading branch information
PragTob committed Jun 3, 2018
1 parent 2fa72dd commit 7c58cee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@ script:
- bundle exec rake
rvm:
- jruby-head
- jruby-9.1.13.0
- jruby-9.1.17.0
- jruby-9.2.0.0
jdk:
- openjdk7
- openjdk8
- oraclejdk8
- oraclejdk9
matrix:
allow_failures:
- rvm: jruby-head
fast_finish: true
exclude:
- rvm: jruby-9.2.0.0
jdk: openjdk7
- rvm: jruby-head
jdk: openjdk7
notifications:
irc: "irc.freenode.org#shoes"
email:
Expand Down

0 comments on commit 7c58cee

Please sign in to comment.