diff --git a/.travis.yml b/.travis.yml index bdca877e7..1196afb0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: java -install: true +install: mvn clean verify -DskipTests=true -B -q script: mvn clean verify -B -q