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 0217ba0 commit 8cb52dbCopy full SHA for 8cb52db
scripts/test-node
@@ -13,6 +13,8 @@ set -e # exit when error
13
[ -z $TRAVIS_PULL_REQUEST ] && TRAVIS_PULL_REQUEST='false'
14
[ -z $TRAVIS_BUILD_NUMBER ] && TRAVIS_BUILD_NUMBER='false'
15
16
+# nvm has a special setup on Travis where it might break installing other versions
17
+unset npm_config_prefix
18
nvm install 7
19
node test/run-node.js | tap-bail | tap-dot
20
0 commit comments