Travis script path fix

pull/3/head
Szekeres Bálint 2018-01-13 12:34:52 +01:00
parent e9aeb6f24d
commit 2abbb312e5
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: bash
deploy:
provider: script
script: .travis-deploy.sh
script: ./.travis-deploy.sh
skip_cleanup: true
on:
branch: master