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 Oct 20, 2017
1 parent 909dbce commit f13add9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
@@ -1,9 +1,14 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- 4
- 6
- 8
- '8'
- '6'
- '4'

# Retry install on fail to avoid failing a build on network/disk/external errors
install:
Expand All @@ -13,9 +18,10 @@ script:
- npm run lint
- npm run unit
- npm run integration
after_script:
after_success:
- npm run coverage
- npm run coveralls
- npm run semantic-release

# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
Expand Down

0 comments on commit f13add9

Please sign in to comment.