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.
2 parents b0d58cc + 96dccb0 commit 0cd4cabCopy full SHA for 0cd4cab
dev/travis/before_install.sh
@@ -21,7 +21,7 @@ phpenv rehash;
21
test -n "$GITHUB_TOKEN" && composer config github-oauth.github.com "$GITHUB_TOKEN" || true
22
23
# Node.js setup via NVM
24
-if [ test $TEST_SUITE == "js" ]; then
+if [ $TEST_SUITE == "js" ]; then
25
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
26
export NVM_DIR="$HOME/.nvm"
27
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
0 commit comments