diff --git a/travis-build.sh b/travis-build.sh index 0220745e5d4..b42c401c40d 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -10,12 +10,12 @@ echo "https://$GH_TOKEN:@github.com" > ~/.git-credentials git clone https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git -b gh-pages gh-pages --single-branch > /dev/null ./gradlew --stop -./gradlew testClasses -./gradlew -Dgeb.env=chromeHeadless check -x test-suite:test --no-daemon || EXIT_STATUS=$? +./gradlew testClasses || EXIT_STATUS=$? +# ./gradlew -Dgeb.env=chromeHeadless check -x test-suite:test --no-daemon || EXIT_STATUS=$? -if [[ $EXIT_STATUS -eq 0 ]]; then - ./gradlew test-suite:test --no-daemon || EXIT_STATUS=$? -fi +# if [[ $EXIT_STATUS -eq 0 ]]; then +# ./gradlew test-suite:test --no-daemon || EXIT_STATUS=$? +# fi if [[ $EXIT_STATUS -eq 0 ]]; then echo "Publishing archives for branch $TRAVIS_BRANCH"