Skip to content

Commit

Permalink
Merge pull request #1134 from LLK/do-deploy
Browse files Browse the repository at this point in the history
Actually do the deploy
  • Loading branch information
rschamp committed May 9, 2018
2 parents f3404f4 + feb90f1 commit 6ffc206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ jobs:
- git config --global user.name $(git log --pretty=format:"%an" -n1)
deploy:
- provider: npm
on:
all_branches: true
skip_cleanup: true
email: $NPM_EMAIL
api_key: $NPM_TOKEN
- provider: script
on:
all_branches: true
skip_cleanup: true
script: npm run --silent deploy -- -x -r $GH_PAGES_REPO
stages:
Expand Down

0 comments on commit 6ffc206

Please sign in to comment.