Skip to content

Commit

Permalink
Removed specific JDK specification
Browse files Browse the repository at this point in the history
Travis builds fail because we're specifying a badly out of date JDK (Oracle 8). I don't think we actually have to specify a JDK, so I'm going try just removing that specification.
  • Loading branch information
NicMcPhee committed Jan 19, 2020
1 parent dee12dc commit c2ad279
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: java

jdk:
- oraclejdk8

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

Expand Down

0 comments on commit c2ad279

Please sign in to comment.