Skip to content

Commit

Permalink
fixed travis deployment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Jul 26, 2019
1 parent 2b1fcd1 commit 7b6766e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ cache: npm

#before_deploy: "npm run build"
deploy:
#npmjs.org tarball upload
provider: npm
skip_cleanup: true
api_key: $NPM_TOKEN
email: $NPM_EMAIL
on:
branch: master
#GitHub release upload
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
skip_cleanup: true
on:
branch: master
#npmjs.org tarball upload
- provider: npm
skip_cleanup: true
api_key: $NPM_TOKEN
email: $NPM_EMAIL
on:
branch: master
#GitHub release upload
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
skip_cleanup: true
on:
branch: master

0 comments on commit 7b6766e

Please sign in to comment.