Skip to content

Commit

Permalink
ci(package): Fix Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Nov 19, 2019
1 parent 55a0136 commit 36c2e86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ dist: trusty
sudo: required
addons:
chrome: stable
branches:
only:
- master
cache:
directories:
- node_modules
Expand All @@ -27,7 +24,7 @@ before_deploy:
- npm run copy:readme
- npm run copy:changelog
- npm run copy:license
- cd dist/kolkov/ngx-dadata
- cd dist/ngx-dadata
deploy:
provider: npm
email: a.kolkov@gmail.com
Expand Down

0 comments on commit 36c2e86

Please sign in to comment.