Skip to content

Commit

Permalink
ci(travis): Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Feb 11, 2020
1 parent 376b023 commit 357b6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "10"
dist: trusty
sudo: required
addons:
chrome: stable
cache:
Expand All @@ -29,8 +28,9 @@ deploy:
provider: npm
email: a.kolkov@gmail.com
skip_cleanup: true
api_key: $NPM_TOKEN
api_token: $NPM_TOKEN
tag: latest
edge: true
on:
tags: true
repo: kolkov/angular-editor

0 comments on commit 357b6ec

Please sign in to comment.