Skip to content

Commit

Permalink
chore(travis): semantic-release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 28, 2017
1 parent b6f2175 commit 3d276b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ node_js:
- "8"
- "6"
- "4"
before_script:
- npm prune
notifications:
email: false
sudo: false
after_success: npm run coverage
after_success:
- npm run coverage
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 3d276b8

Please sign in to comment.