Skip to content

Commit

Permalink
Reverted auto-deploy script for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
TVolden committed Jun 18, 2018
1 parent c228e88 commit 585f20b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
jdk: oraclejdk8
script: mvn integration-test -B

deploy:
provider: script
script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy"
skip_cleanup: true
#deploy:
# provider: script
# script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy"
# skip_cleanup: true

0 comments on commit 585f20b

Please sign in to comment.