From 4f664905e21a5bd1bb46ba2029ee302b8cf33a24 Mon Sep 17 00:00:00 2001 From: Justin Field Date: Tue, 11 Apr 2017 13:40:28 -0700 Subject: [PATCH] update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5b9128..1c347df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: - "$HOME/.m2" after_success: # run the integration test for Pull requests -- test "${TRAVIS_PULL_REQUEST}" == "true" && ./gradlew integrationTest --info +- test "${TRAVIS_PULL_REQUEST}" != "false" && echo ${TRAVIS_PULL_REQUEST} && ./gradlew integrationTest --info # run the integration test and release for tagged releases - test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_TAG}" != "" && ./gradlew integrationTest publishPlugins --stacktrace --info