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 29, 2017
1 parent 2f199f6 commit 7a479b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ node_js:
- "8" # stable
- "6" # LTS
- "4" # maintenance
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 7a479b2

Please sign in to comment.