Files
getdown/.travis.yml
T
Michael Bayne 78bcc59312 Use JDK 9, which now works.
It's also helpfully supported by Travis, which JDK 8 no longer is.
2020-01-06 14:23:51 -08:00

12 lines
143 B
YAML

language: java
sudo: false
script: "mvn -B clean verify"
cache:
directories:
- '$HOME/.m2/repository'
jdk:
- openjdk9
- oraclejdk9