Travis: fix path to ensure that installed ghc is first in path.
This commit is contained in:
parent
67b6abc806
commit
bd1713a21b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ matrix:
|
|||
before_install:
|
||||
# Using compiler above sets CC to an invalid value, so unset it
|
||||
- unset CC
|
||||
- export PATH=$PATH:/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$HOME/.cabal/bin
|
||||
- export PATH=/opt/happy/1.19.5/bin/:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$HOME/.cabal/bin:$PATH
|
||||
# Download and unpack the stack executable
|
||||
- |
|
||||
if [[ $BUILD == "stack" ]]; then
|
||||
|
|
Loading…
Reference in a new issue