From 8b820c13d40fa1c990b719b4cffd5b6d2cf98f83 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 7 Oct 2015 14:43:48 +1100 Subject: [PATCH] should help travix (I hope :-) ) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e09f026b8..af5cacd71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ jdk: - oraclejdk7 - oraclejdk8 -script: "mvn clean install -Pit-js -Pci-build" +before_install: "mvn clean install -DskipTests=true -B -V -Pci-build" + +script: "mvn clean install -B -V -Pit-js -Pci-build" cache: directories: -- 2.39.5