Skip to content

Commit

Permalink
Only deploy once
Browse files Browse the repository at this point in the history
  • Loading branch information
pofallon committed Aug 2, 2018
1 parent fd967e8 commit 7f86251
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ dist: trusty
addons:
chrome: stable
deploy:
- provider: npm
api_key: $NPM_TOKEN
on:
tags: true
repo: Cox-Automotive/alks.js
email: $NPM_EMAIL
skip_cleanup: true
provider: npm
api_key: $NPM_TOKEN
on:
tags: true
repo: Cox-Automotive/alks.js
node: '10'
email: $NPM_EMAIL
skip_cleanup: true

0 comments on commit 7f86251

Please sign in to comment.