Little travis cleanup

This commit is contained in:
Julian Ospald 2018-10-27 15:19:55 +08:00
parent 83cc66365b
commit d232aa4993
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,8 @@ edo cp ./ghcup "$HOME"/.local/bin/ghcup
# install cabal-install
edo ghcup -v install-cabal
edo cabal --version
# install shellcheck
edo wget https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
edo tar -xJf shellcheck-latest.linux.x86_64.tar.xz