From 16ce55563d4ed513a9b314dfb366a8ce48cf7921 Mon Sep 17 00:00:00 2001 From: Tomasz Zarna Date: Mon, 28 Aug 2017 23:45:58 +0200 Subject: [PATCH] skip the installation step entirely https://docs.travis-ci.com/user/customizing-the-build#Skipping-the-Installation-Step --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 27c6a23..33deda7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java jdk: oraclejdk8 sudo: false # faster builds +install: true script: mvn clean test \ No newline at end of file