Skip to content

Commit 919ec5f

Browse files
committed
chore(travis): specify Node 8 for deploy stage
1 parent 606b08a commit 919ec5f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
2+
23
node_js:
3-
- "4"
4-
- "6"
5-
- "8"
6-
- "node"
4+
- 4
5+
- 6
6+
- 8
7+
- node # Latest
78

89
jobs:
910
include:
@@ -12,6 +13,7 @@ jobs:
1213
- npm test
1314
- stage: deploy
1415
script: skip
16+
node_js: 8 # semantic-release requires Node >= 8.3
1517
# NOTE: Pull Request builds do not run deploy
1618
deploy:
1719
provider: script

0 commit comments

Comments
 (0)