Skip to content

Commit

Permalink
More node debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jul 7, 2021
1 parent 36b803f commit 1272892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -485,9 +485,10 @@ before_install:
#Check the node version
- if [ "$TASK" = "weblint" ]; then node -v; fi
#Default node to the latest version
- if [ "$TASK" = "weblint" ]; then echo "node" > .nvmrc; fi
- if [ "$TASK" = "weblint" ]; then echo "node" > .nvmrc && nvm use; fi
#Check the node version again
- if [ "$TASK" = "weblint" ]; then node -v; fi
- if [ "$TASK" = "weblint" ]; then which node && ls -al `which node`; fi
#Fix permissions for unbound (and possibly others)
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then if [ ! -d /usr/local/sbin ]; then sudo mkdir -p /usr/local/sbin && sudo chown -R $(whoami) /usr/local/sbin; fi; fi
#Add a missing gnupg folder
Expand Down

0 comments on commit 1272892

Please sign in to comment.