summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index a204ae4..7bdb033 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,16 +3,14 @@ language: haskell
os: linux
dist: bionic
-apt:
- update: true
- sources:
- - hvr-ghc
- packages: cabal-install-3.0
+addons:
+ apt:
+ update: true
+ sources:
+ - hvr-ghc
+ packages: cabal-install-2.2
ghc:
- - 8.4
- - 8.6
- - 8.8.3
- 8.10
before_install: