File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ before_install:
465465 - if [ "$PYTHON" == "python3" -a "$TRAVIS_CPU_ARCH" != "arm64" ]; then pyenv global 3.8.1; fi
466466# On arm64 (at least) pip is now pip3, so symlink it to pip2 unless we're using python3.
467467 - if [ "$PYTHON" != "python3" ]; then sudo rm /usr/local/bin/pip && sudo ln -s /usr/local/bin/pip2 /usr/local/bin/pip; fi
468- # Switch node to version 17 , as newer ones don't work with Ubuntu 18.04 and some older ones are too old
468+ # Switch node to version 16 LTS , as newer LTS ones don't work with Ubuntu 18.04 and some older ones are too old
469469 - if [ "$TASK" = "jshint" ]; then nvm install 16 && nvm use 16; fi
470470# Fix permissions for unbound (and possibly others)
471471 - 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
You can’t perform that action at this time.
0 commit comments