aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-29 19:18:01 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-29 19:18:01 +0100
commit5e61441733414ddb91ead505dca58453eef1a991 (patch)
treeb2ab48a6340b026cf2a8d07dba1359a4ee893d3b /.travis.yml
parent2df79847d77ecb4f304176a92f64ee106308390f (diff)
downloadverismith-5e61441733414ddb91ead505dca58453eef1a991.tar.gz
verismith-5e61441733414ddb91ead505dca58453eef1a991.zip
Downgrading ghc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index da93acf..d1148d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,14 +11,14 @@ before_install:
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
- stack config set system-ghc --global true
- - export PATH=/opt/ghc/8.6.3/bin:$PATH
+ - export PATH=/opt/ghc/8.4.4/bin:$PATH
addons:
apt:
sources:
- hvr-ghc
packages:
- - ghc-8.6.3
+ - ghc-8.4.4
script:
- stack --no-terminal --skip-ghc-check test