Skip to content

Commit

Permalink
fix(travis-ci): update publish build step
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFinney committed Mar 22, 2020
1 parent f2466ae commit a3bcb8d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
language: node_js

after_success: npm run build

deploy:
provider: script
script: npm run semantic-release
skip_cleanup: true
on:
branch: master
after_success:
- npm run build
- npm run semantic-release

0 comments on commit a3bcb8d

Please sign in to comment.