Skip to content

Commit

Permalink
Travis: Replace Oracle JDK 10 with Open JDK 10, because Oracle JKD 10…
Browse files Browse the repository at this point in the history
… is no longer available on travis.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1844395 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
PascalSchumacher committed Oct 20, 2018
1 parent 5ce931b commit 5e3b6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jdk:
- openjdk7
- oraclejdk8
- oraclejdk9
- oraclejdk10
- openjdk10

script:
- mvn
Expand Down

0 comments on commit 5e3b6f7

Please sign in to comment.