Skip to content

Commit

Permalink
chore(build): stop auto deploy of gh-pages (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
MapTo0 authored Feb 11, 2019
1 parent 8850ea8 commit ef57d41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ script:
- yarn build
- yarn test

deploy:
provider: script
skip-cleanup: true
script: bash deploy/deploy.sh
on:
branch: master
# deploy:
# provider: script
# skip-cleanup: true
# script: bash deploy/deploy.sh
# on:
# branch: master

0 comments on commit ef57d41

Please sign in to comment.