We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169082d commit 407c803Copy full SHA for 407c803
.travis.yml
@@ -4,7 +4,7 @@ nvm:
4
matrix:
5
include:
6
- node_js: "6"
7
- script: npm run test-with-temp-cloud
+ script: npm install [email protected] && npm run test-with-temp-cloud
8
- node_js: "8"
9
script: npm run test-with-temp-cloud
10
- node_js: "10"
0 commit comments