Skip to content

Commit

Permalink
Make sure correct pre-req on deploy is invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
cartwrightian committed Jun 2, 2017
1 parent fe844a0 commit 22a2ce8
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 @@ -21,7 +21,7 @@ jobs:
script: ./gradlew integration
- stage: acceptance
script: travis_wait 30 ./gradlew acceptance
after_success: ./gradlew distZip
before_deploy: ./gradlew distZip
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 22a2ce8

Please sign in to comment.