Skip to content

Commit

Permalink
ci(travis): Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Feb 16, 2020
1 parent c6bc411 commit a0942a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,7 +28,9 @@ deploy:
provider: npm
email: [email protected]
skip_cleanup: true
api_key: $NPM_TOKEN
api_token: $NPM_TOKEN
tag: latest
edge: true
on:
tags: true
repo: kolkov/ngx-dadata

0 comments on commit a0942a3

Please sign in to comment.