Fix travis

This commit is contained in:
Julian Ospald 2018-09-30 00:10:48 +08:00
parent add580e242
commit 67f7639c5a
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ tar -xzf cabal-install-2.2.0.0-x86_64-unknown-linux.tar.gz
export PATH="$HOME/.ghcup/bin:$PATH" export PATH="$HOME/.ghcup/bin:$PATH"
# install shellcheck # install shellcheck
./cabal new-update ./cabal update
./cabal new-install ShellCheck ./cabal install ShellCheck
# check our script for errors # check our script for errors
~/.cabal/bin/shellcheck ghcup.sh ~/.cabal/bin/shellcheck ghcup.sh