Skip to content

Commit 1bfff80

Browse files
committed
Fix nodejs on travis
1 parent 3770f83 commit 1bfff80

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
@@ -8,7 +8,7 @@ addons:
88
- google-chrome-stable
99
language: node_js
1010
node_js:
11-
- stable
11+
- "8"
1212
before_install:
1313
- npm i npm@^5 -g
1414
install:

0 commit comments

Comments
 (0)