From 998c9f2de60b41458e14036a786c92bd5481bec0 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 3 May 2016 22:35:05 +0200 Subject: [PATCH] Working with Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 462f18b0e4..3b8813326f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ jdk: - oraclejdk8 install: ./gradlew assemble -script: ./gradlew clean check funcTest --stacktrace --continue && /.gradlew install --parallel && ./scripts/runTests.sh +script: ./gradlew clean check funcTest install --stacktrace --continue && ./scripts/runTests.sh