Merge pull request #82 from kemitix/hotfix/3.1.1
.travis.yml: avoid exec permissions on deploy (2)
This commit is contained in:
commit
dd6d9c24dc
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