Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrn committed Feb 5, 2020
1 parent 5b5ff47 commit 4e0eec9
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
sudo: false
node_js:
- 10
Expand All @@ -8,6 +9,7 @@ script:
- npm run lint
- npm run build
deploy:
edge: true
provider: npm
email: "mehmetbaran@mehmetbaran.net"
api_key: "$NPM_TOKEN"
Expand Down

0 comments on commit 4e0eec9

Please sign in to comment.