Skip to content
Snippets Groups Projects
Commit 716884e4 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #3448 from tuncer/unused-cabal-install

No need to install cabal-install package
parents 4516b0da e4d947b9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ env:
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install --force-yes cabal-install-1.24 ghc-$GHCVER-prof ghc-$GHCVER-dyn happy
- travis_retry sudo apt-get install --force-yes ghc-$GHCVER-prof ghc-$GHCVER-dyn happy
- if [ "$TEST_OLDER" == "YES" ]; then travis_retry sudo apt-get install --force-yes ghc-7.0.4-prof ghc-7.0.4-dyn ghc-7.2.2-prof ghc-7.2.2-dyn; fi
- export PATH=$HOME/.cabal/bin:/opt/ghc/$GHCVER/bin:/opt/cabal/1.24/bin:$PATH
- git version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment