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

@ -15,7 +15,7 @@ edo ./ghcup -v install 8.6.1
edo ./ghcup -v set 8.6.1
edo ./ghcup -v set 8.4.3
# rm G HC
# rm GHC
edo ./ghcup -v rm 8.6.1
edo ./ghcup -v rm 8.4.3
@ -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