From d5e11f636f2807f72e50cb63fb2d0b0e0476fba2 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Thu, 1 Jul 2021 00:07:33 +0100 Subject: [PATCH] Fix the syntax error in Travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f1fc51a1f..f11dc4a74b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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