From e4e59e5073f9d9b06eaf72cb0e54231db94d11d4 Mon Sep 17 00:00:00 2001 From: Darron Park Date: Tue, 20 Mar 2018 09:14:29 +0900 Subject: [PATCH] Removing pip update on .travis.yml (Advice from @szeck87) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e5d273..4c07d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,12 +67,10 @@ before_install: curl https://nixos.org/nix/install | sh && . ~/.nix-profile/etc/profile.d/nix.sh && nix-env -i uncrustify R elm-format terraform atom atom-beta opam && - pip install --upgrade pip && pip install --user -r requirements.txt; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew cask zap oclint && brew bundle && ln -s /usr/local/bin/elm-format-0.17 /usr/local/bin/elm-format && - pip2 install --upgrade pip && pip2 install -r requirements.txt; else echo Error:TRAVIS_OS_NAME && exit 1;