Remove opam from Linux install

This commit is contained in:
Steven Zeck 2018-05-15 14:29:33 -05:00
parent 1955b72fc1
commit a5d188f459
No known key found for this signature in database
GPG Key ID: 621B374B29AA814A
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&