Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Travis now tests OpenJDK7 as well as OracleJDK8 and 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianonline committed Mar 3, 2018
1 parent 645d8cc commit 82d6255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: java
jdk:
- oraclejdk8
- oraclejdk9
- openjdk7

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

0 comments on commit 82d6255

Please sign in to comment.