From 83d7f7152ff7219f386fc56c6b8868c3c638e5bf Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 30 Sep 2018 03:34:26 +0800 Subject: [PATCH] Fix travis build --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index d66cb35..9a051ef 100755 --- a/.travis.sh +++ b/.travis.sh @@ -29,4 +29,4 @@ export PATH="$HOME/.ghcup/bin:$PATH" ./cabal install ShellCheck # check our script for errors -~/.cabal/bin/shellcheck ghcup.sh +~/.cabal/bin/shellcheck ghcup