From 7d9631c7e4c3effb062be4dabe0177155b9b1001 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 1 Oct 2018 02:16:02 +0800 Subject: [PATCH] Fix travis --- .travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index c453fcc..2f788dc 100755 --- a/.travis.sh +++ b/.travis.sh @@ -20,8 +20,9 @@ set -e export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH" +# TODO: exceeds maximum time limit of travis # compile GHC from source -./ghcup -v compile 8.4.3 ghc-8.2.2 +#./ghcup -v compile 8.4.3 ghc-8.2.2 # install cabal-install ./ghcup -v install-cabal