Skip to content

Commit

Permalink
feat: Publish scoped Tymly
Browse files Browse the repository at this point in the history
Updated .travis.yml to run semantic release publish
  • Loading branch information
exactlyaron committed Jun 12, 2018
1 parent c7407c1 commit b7de0d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ install:
test:
- npm test
after_success:
- npm run coverage
- npm run coverage
deploy:
provider: script
script_cleanup: true
script:
- npx semantic-release

0 comments on commit b7de0d7

Please sign in to comment.