Skip to content

Commit

Permalink
fix(build): adjust Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Feb 8, 2020
1 parent cd0ac6f commit a8a7b7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
version: 1.0
node_js:
- '12'
sudo: required
Expand Down Expand Up @@ -26,6 +27,7 @@ after_deploy:
- cd ../../
deploy:
- provider: npm
edge: true
email: tomas.trajan@gmail.com
api_key: $NPM_TOKEN
skip_cleanup: true
Expand Down

0 comments on commit a8a7b7a

Please sign in to comment.