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)..
This commit is contained in:
Marcin Zajaczkowski
2016-05-15 00:57:43 +02:00
parent 4fdbdb41e1
commit 75442fb682

View File

@@ -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: