Skip to content

Commit

Permalink
chore: fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dotellie committed Dec 7, 2019
1 parent ea3a413 commit 02d6550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
os: linux

node_js:
- 12
Expand All @@ -9,6 +10,5 @@ jobs:
node_js: lts/*
deploy:
provider: script
cleanup: false
script:
- npx semantic-release
skip_cleanup: true
script: npx semantic-release

0 comments on commit 02d6550

Please sign in to comment.