.travis.yml: avoid exec permissions on deploy (2)
This commit is contained in:
parent
ccf9798aa9
commit
79b78c12ec
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ install: true
|
|||
script: "./mvnw clean install"
|
||||
deploy:
|
||||
provider: script
|
||||
script: travis-ci/travis-deploy.sh
|
||||
script: sh travis-ci/travis-deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue