aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-01 20:49:08 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-01 20:49:08 +0000
commit3e73721c6382198de7a74c1633dae13f39c9819b (patch)
tree4d9cbd67ecaf77bf9a8aa896f10738010edf6a03 /.travis.yml
parentb67c5a8ae80f4107e530f93aad8be4b9c3c930df (diff)
downloadpfm-3e73721c6382198de7a74c1633dae13f39c9819b.tar.gz
pfm-3e73721c6382198de7a74c1633dae13f39c9819b.zip
Update travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f4c84e..6a2c732 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,10 @@ before_cache:
matrix:
include:
- - compiler: "ghc-8.4.3"
+ - compiler: "ghc-8.6.3"
+ # env: TEST=--disable-tests BENCH=--disable-benchmarks
+ addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
+ - compiler: "ghc-8.4.4"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
- compiler: "ghc-8.2.2"