Skip to content

Commit

Permalink
Added ci step to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed May 5, 2020
1 parent 29bccd6 commit 0082eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
osx_image: xcode11
language: node_js
node_js: lts/erbium
install: npm ci
install: true
script: true
before_deploy:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
Expand All @@ -68,6 +68,6 @@ jobs:
branch: develop
- provider: script
skip_cleanup: false
script: npm publish
script: npm ci && npm publish
on:
tags: true

0 comments on commit 0082eef

Please sign in to comment.