Skip to content

Commit

Permalink
fix(release): release npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kappys1 committed Aug 27, 2019
1 parent 6f14eeb commit f252d72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cache:
directories:
- "~/.npm"
- "node_modules" #Cache node_modules for faster builds
- "dist"
notifications:
email: false
node_js:
Expand Down Expand Up @@ -45,12 +44,12 @@ jobs:
condition: $TRAVIS_BRANCH = master
- stage: npm release
if: branch = master
node_js: lts/*
script: skip
script: npm run build
deploy:
provider: script
skip_cleanup: true
script:
- ls dist/lib
- npx semantic-release
branches:
only:
Expand Down

0 comments on commit f252d72

Please sign in to comment.