Skip to content

Commit

Permalink
chore(deps): add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Sep 14, 2018
1 parent 382dfac commit dcac765
Show file tree
Hide file tree
Showing 3 changed files with 10,435 additions and 2,840 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '10'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit dcac765

Please sign in to comment.