Skip to content

Commit 407c803

Browse files
authored
fix node 6 test (#560)
1 parent 169082d commit 407c803

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
@@ -4,7 +4,7 @@ nvm:
44
matrix:
55
include:
66
- node_js: "6"
7-
script: npm run test-with-temp-cloud
7+
script: npm install [email protected] && npm run test-with-temp-cloud
88
- node_js: "8"
99
script: npm run test-with-temp-cloud
1010
- node_js: "10"

0 commit comments

Comments
 (0)