Skip to content

Commit

Permalink
chore(travis): initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 7, 2017
1 parent 8ee9047 commit a3b6453
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: node_js
cache:
directories:
- $HOME/.npm
notifications:
email: false
node_js:
- 8
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
deploy:
script: scripts/deploy.sh
provider: script
skip_cleanup: true
on:
branch: master

0 comments on commit a3b6453

Please sign in to comment.