Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit b527279

Browse files
authored
chore(travis): build on Node.js 8 not 9 (current latest)
1 parent 3cd4a1d commit b527279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cache:
44
- node_modules
55
notifications:
66
email: false
7-
node_js: node
7+
node_js: '8'
88
before_install:
99
- npm i -g npm5@latest
1010
script:

0 commit comments

Comments
 (0)