Skip to content

Commit

Permalink
chore: add travis file and semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Sep 24, 2018
1 parent 6bd5208 commit 947a8a7
Show file tree
Hide file tree
Showing 3 changed files with 9,448 additions and 2,977 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: true
node_js:
- '10'
before_script:
- npm run warn-upper
- npm run stop-upper
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 947a8a7

Please sign in to comment.