From 3ab218cf22bbcf145c9775532aa8b7af468a1b1b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 5 Sep 2018 16:23:03 -0700 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4432b7..32f2196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: java sudo: false -script: "mvn -B verify" +script: "mvn -B clean verify" cache: directories: