Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Apr 11, 2017
1 parent bb5c2ad commit 4f66490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f66490

Please sign in to comment.