Skip to content

Commit

Permalink
Use JDK8 for these three...they are affected by JVM+Travis issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 17, 2015
1 parent af940b1 commit 297c953
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -31,8 +31,13 @@ env:
matrix:
include:
# there is one integration test which uses a external jar for jdk7+
- jdk: oraclejdk7
# These started failing on 6 and 7 in March 2015, possibly due to travis+docker+jvm issues
- jdk: oraclejdk8
env: TARGET='main'
- jdk: oraclejdk8
env: TARGET='test-jruby-jars'
- jdk: oraclejdk8
env: TARGET='jruby-jars-extended'
fast_finish: true

branches:
Expand Down

0 comments on commit 297c953

Please sign in to comment.