summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsahabi <sahabi@gmail.com>2018-01-31 09:46:43 -0600
committersahabi <sahabi@gmail.com>2018-01-31 09:46:43 -0600
commit63987ae9b618df92603de72929ad363773720d2e (patch)
treefc46682bd0955c49ff3824d48aee1e4074ac034a
parent639eb807d94d39658208923f7a8e17ecd8d3ea5f (diff)
downloadxmobar-63987ae9b618df92603de72929ad363773720d2e.tar.gz
xmobar-63987ae9b618df92603de72929ad363773720d2e.tar.bz2
Fix CI Error
Removed ghc 7.6 due to compilation error. Added ghc 8.0, 8.2.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d445e4f..79dfa16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
language: haskell
ghc:
- - 7.6
- 7.8
+ - 8.0
+ - 8.2
before_install:
- sudo apt-get -qq update