Skip to content

Commit

Permalink
update link of cabal-install
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Apr 15, 2020
1 parent f99c044 commit 69b4983
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 @@ -11,7 +11,7 @@ before_install:
- if [ $TRAVIS_OS_NAME = osx ]; then sudo gem install travis -v 1.8.8 ;fi
- export HOMEBREW_NO_AUTO_UPDATE=1
- if [ $TRAVIS_OS_NAME = osx ]; then brew install ghc jq curl ;fi
- curl --retry 3 -L https://downloads.haskell.org/~cabal/cabal-install-latest/cabal-install-3.0.0.0-x86_64-apple-darwin17.7.0.tar.xz | tar x && mv ./cabal /usr/local/bin/
- curl --retry 3 -L https://downloads.haskell.org/~cabal/cabal-install-3.0.0.0/cabal-install-3.0.0.0-x86_64-apple-darwin17.7.0.tar.xz | tar x && mv ./cabal /usr/local/bin/

install:
- cabal --version
Expand Down

0 comments on commit 69b4983

Please sign in to comment.