Skip to content

Commit

Permalink
build(semantic-release): improved semantic-release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Nov 3, 2017
1 parent c97c963 commit 33e6dbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js

node_js:
- 8
- 7
- 6
- 4
Expand All @@ -13,7 +14,7 @@ cache:
- node_modules

after_success:
- npm install --only=production codeclimate-test-reporter semantic-release
- npm install --no-save --only=production codeclimate-test-reporter semantic-release

before_deploy:
- npm run coverage -- --coverage-report=text-lcov | codeclimate-test-reporter
Expand All @@ -25,7 +26,7 @@ deploy:

on:
branch: master
node: 7
node: 8

branches:
except:
Expand Down

0 comments on commit 33e6dbd

Please sign in to comment.