Skip to content

Commit ecfef30

Browse files
authored
[.travis.yml] use node v8 (#4)
1 parent 79e8390 commit ecfef30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cache: yarn
22
language: node_js
33
node_js:
4-
- "stable"
4+
- "8"
55
before_script:
66
- npm run lint
77
- npm run build

0 commit comments

Comments
 (0)