We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99c044 commit 69b4983Copy full SHA for 69b4983
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
- if [ $TRAVIS_OS_NAME = osx ]; then sudo gem install travis -v 1.8.8 ;fi
12
- export HOMEBREW_NO_AUTO_UPDATE=1
13
- if [ $TRAVIS_OS_NAME = osx ]; then brew install ghc jq curl ;fi
14
- - 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/
15
16
install:
17
- cabal --version
0 commit comments