From 75442fb682c0d3391e6443ea8eaebe42e095a8d7 Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Sun, 15 May 2016 00:57:43 +0200 Subject: [PATCH] Disable 'check' for uploadSnapshotArchives task To speed up the build until the reason for the second time tests execution will be found (the whole 'check' should be up-to-date).. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e3a304692..599d7dc7f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jdk: - oraclejdk8 install: ./gradlew assemble -s -script: ./gradlew check funcTest install -s --continue && jdk_switcher use oraclejdk8 && ./scripts/runTests.sh && jdk_switcher use $TRAVIS_JDK_VERSION && ./gradlew uploadSnapshotArchives -s +script: ./gradlew check funcTest install -s --continue && jdk_switcher use oraclejdk8 && ./scripts/runTests.sh && jdk_switcher use $TRAVIS_JDK_VERSION && ./gradlew uploadSnapshotArchives -x check -s matrix: include: