Skip to content

Commit

Permalink
Undo my npm version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jul 7, 2021
1 parent d5e11f6 commit a0ae775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ before_install:
# Try doing nothing (on arm64 at least)
# - if [ "$PYTHON" == "python3" ]; then pyenv global 3.8.1 ; fi
# Fix the npm version
- if [ "$TASK" = "weblint" ]; then npm i -g npm@v10.23.0; fi
# - if [ "$TASK" = "weblint" ]; then npm i -g npm@v10.23.0; 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 a0ae775

Please sign in to comment.