diff --git a/.travis.sh b/.travis.sh index 2f788dc..1f2ca7c 100755 --- a/.travis.sh +++ b/.travis.sh @@ -33,3 +33,6 @@ cabal install ShellCheck # check our script for errors shellcheck ghcup + +# self update +ghcup self-update