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.
This commit is contained in:
Michael Bayne
2018-09-05 16:23:03 -07:00
parent 7adaa325a8
commit 3ab218cf22
+1 -1
View File
@@ -1,6 +1,6 @@
language: java
sudo: false
script: "mvn -B verify"
script: "mvn -B clean verify"
cache:
directories: