From 64e9d26270463fb295b3a790fa152c06a87aede7 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Mon, 7 Jan 2019 11:39:49 +0800
Subject: [PATCH] Fix travis

---
 .travis.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.sh b/.travis.sh
index 06283de..959f434 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -32,13 +32,11 @@ edo ./ghcup -v rm -f 8.2.2
 
 # install default GHC
 edo ./ghcup -v install
+edo ./ghcup -v set
 
 # install latest GHC
 edo ./ghcup -v install latest
 
-# FIXME: this might break from time to time depending on recommended GHC
-edo ./ghcup -v set 8.4.4
-
 export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$PATH"
 edo mkdir -p "$HOME"/.local/bin
 
-- 
GitLab