Skip to content

Commit

Permalink
Increases travis CI deploy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Dec 29, 2018
1 parent e815246 commit 9c0fe5e
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 @@ -71,7 +71,7 @@ jobs:
os: linux
jdk: openjdk8
install: ./gradlew assemble -Penv=prod -Prelease
script: ./gradlew deploy :OrchidCore:orchidDeploy -Penv=prod -Prelease
script: travis_wait 30 ./gradlew deploy :OrchidCore:orchidDeploy -Penv=prod -Prelease
after_success:
- git config --local user.name "Travis CI Deployment Bot"
- git config --local user.email "[email protected]"
Expand Down

0 comments on commit 9c0fe5e

Please sign in to comment.