Skip to content

Commit 33e6dbd

Browse files
committed
build(semantic-release): improved semantic-release flow
1 parent c97c963 commit 33e6dbd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22

33
node_js:
4+
- 8
45
- 7
56
- 6
67
- 4
@@ -13,7 +14,7 @@ cache:
1314
- node_modules
1415

1516
after_success:
16-
- npm install --only=production codeclimate-test-reporter semantic-release
17+
- npm install --no-save --only=production codeclimate-test-reporter semantic-release
1718

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

2627
on:
2728
branch: master
28-
node: 7
29+
node: 8
2930

3031
branches:
3132
except:

0 commit comments

Comments
 (0)