Update PATH
This commit is contained in:
parent
29443a4c02
commit
76ed92fe9f
@ -12,7 +12,7 @@ before_install:
|
|||||||
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
|
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
|
||||||
- travis_retry sudo apt-get update
|
- travis_retry sudo apt-get update
|
||||||
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER # see note about happy/alex
|
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER # see note about happy/alex
|
||||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
|
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.cabal/bin:$PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cabal --version
|
- cabal --version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user