.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"
|
script: "./mvnw clean install"
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: travis-ci/travis-deploy.sh
|
script: sh travis-ci/travis-deploy.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue