From d232aa4993b16eef9fd3aac4f603e8c8b05214d5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 27 Oct 2018 15:19:55 +0800 Subject: [PATCH] Little travis cleanup --- .travis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 3e63003..73cc4d1 100755 --- a/.travis.sh +++ b/.travis.sh @@ -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