Fix travis again

This commit is contained in:
Julian Ospald 2018-09-30 19:48:27 +08:00
parent deeeb3751a
commit 7a1e6e07a3
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -18,14 +18,14 @@ set -e
# set GHC
./ghcup -v set 8.2.2
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"
# compile GHC from source
./ghcup -v compile 8.4.3 ghc-8.2.2
# install cabal-install
./ghcup -v install-cabal
export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"
# install shellcheck
cabal update
cabal install ShellCheck