Try to fix travis
This commit is contained in:
parent
ef2f6dfd65
commit
8d2a6fbc58
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user