I think we have to use system-ghc explicitly now?
This commit is contained in:
parent
adda409f90
commit
70d1c43e09
@ -56,7 +56,7 @@ before_install:
|
|||||||
- export PATH=$HOME/.local/bin:$PATH
|
- export PATH=$HOME/.local/bin:$PATH
|
||||||
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||||
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
|
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
|
||||||
- export RUNSTACK="stack --no-terminal --skip-ghc-check --resolver=$RESOLVER"
|
- export RUNSTACK="stack --no-terminal --skip-ghc-check --system-ghc --resolver=$RESOLVER"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- $RUNSTACK --version
|
- $RUNSTACK --version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user