From a5d188f45971bdb6fc0a3c0953f98990aeed327f Mon Sep 17 00:00:00 2001 From: Steven Zeck Date: Tue, 15 May 2018 14:29:33 -0500 Subject: [PATCH] Remove opam from Linux install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c07d7c..1832c21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 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 && + nix-env -i uncrustify R elm-format terraform atom atom-beta && pip install --user -r requirements.txt; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew cask zap oclint && brew bundle &&