From 0ec136e3ecac8d23380af1e46ed0b10d04f428b3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 30 Sep 2018 03:18:31 +0800 Subject: [PATCH] Add rm tests to travis --- .travis.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.sh b/.travis.sh index 990fcc0..d66cb35 100755 --- a/.travis.sh +++ b/.travis.sh @@ -10,6 +10,12 @@ set -e # set GHC ./ghcup -v set 8.6.1 ./ghcup -v set 8.4.3 + +# rm GHC +./ghcup -v rm 8.6.1 +./ghcup -v rm 8.4.3 + +# set GHC ./ghcup -v set 8.2.2 # install cabal-install