Try to fix travis

This commit is contained in:
Julian Ospald 2018-10-03 02:04:45 +08:00
parent ef2f6dfd65
commit 8d2a6fbc58
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -27,9 +27,11 @@ export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"
# install cabal-install # install cabal-install
./ghcup -v install-cabal ./ghcup -v install-cabal
cabal install cabal-install
# install shellcheck # install shellcheck
cabal update cabal new-update
cabal install ShellCheck cabal new-install ShellCheck
# check our script for errors # check our script for errors
shellcheck ghcup shellcheck ghcup