Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf committed Mar 19, 2019
1 parent a7260df commit 59befc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
- printf "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}\n" >> ~/.npmrc
- npm version -no-git-tag-version "0.0.1-$(date +%s)"
deploy:
- provider: script
script: npm publish --access public
on:
branch: master
skip_cleanup: true
- provider: releases
api-key: $GITHUB_TOKEN
name: status-$(date +'%F-%T')
Expand All @@ -37,3 +32,8 @@ jobs:
skip_cleanup: true
on:
branch: master
- provider: script
script: npm publish --access public
on:
branch: master
skip_cleanup: true

0 comments on commit 59befc5

Please sign in to comment.