Skip to content

Commit

Permalink
Removes oraclejdk7 from Travis since it is not supported.
Browse files Browse the repository at this point in the history
Message from development list.

oraclejdk7 is not supported on Trusty image.
travis-ci/travis-ci#7884

In the core, I just specified the old Precise image as a temporary
workaround.
mybatis/mybatis-3@5f787f1

...but I think it's OK to remove oraclejdk7 from the target JDK list
(openjdk7 works fine on Trusty).
  • Loading branch information
christianpoitras committed Sep 8, 2017
1 parent f040e59 commit bf69c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false

jdk:
- oraclejdk8
- oraclejdk7
- openjdk7

after_success:
Expand Down

0 comments on commit bf69c16

Please sign in to comment.