I think we have to use system-ghc explicitly now?

This commit is contained in:
Michael Xavier 2017-01-25 18:15:40 -08:00
parent adda409f90
commit 70d1c43e09

View File

@ -56,7 +56,7 @@ before_install:
- 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'
- 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:
- $RUNSTACK --version