Skip to content

Commit 0b46f73

Browse files
authored
Fix the comment
1 parent ee1112a commit 0b46f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)