Files
getdown/.travis.yml
T
Michael Bayne 3ab218cf22 Sigh, have to clean before verify due to Proguard blahblah.
Travis insists on running 'mvn install' before running our script. I wish it
wouldn't.
2018-09-05 16:23:03 -07:00

12 lines
143 B
YAML

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