fixed .travis.yml deploy scripts

This commit is contained in:
Roman Hotsiy 2016-01-09 23:03:03 +02:00
parent 2bfb983361
commit a81999c90b

View File

@ -20,13 +20,12 @@ before_install:
before_deploy:
- npm run build-dist
deploy:
skip_cleanup: true
- skip_cleanup: true
provider: script
script: ./build/deploy_gh_pages.sh
on:
branch: master
deploy:
skip_cleanup: true
- skip_cleanup: true
provider: script
script: "npm run branch-release"
on: