Skip to content

Commit

Permalink
Don't clean-up before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pofallon committed Aug 2, 2018
1 parent c409376 commit fd967e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ node_js:
dist: trusty
addons:
chrome: stable
before_deploy:
- npm install
deploy:
- provider: npm
api_key: $NPM_TOKEN
on:
tags: true
repo: Cox-Automotive/alks.js
email: $NPM_EMAIL
skip_cleanup: true

0 comments on commit fd967e8

Please sign in to comment.