aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-30 18:51:18 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-30 18:51:18 +0100
commitdbd13a3bc066b2f07f0856e028a01e28b381bdd9 (patch)
tree007077fe5f00463e5183ce92b307e26a3fc34ea2 /.travis.yml
parent932485fd843830b83ac1086a4e3d3a59223accf0 (diff)
downloadverismith-dbd13a3bc066b2f07f0856e028a01e28b381bdd9.tar.gz
verismith-dbd13a3bc066b2f07f0856e028a01e28b381bdd9.zip
Upgrade travis version
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 904bf48..5d578aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,14 +12,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.4.4/bin:$PATH
+ - export PATH=/opt/ghc/8.6.3/bin:$PATH
addons:
apt:
sources:
- hvr-ghc
packages:
- - ghc-8.4.4
+ - ghc-8.6.3
script:
- stack --no-terminal --skip-ghc-check test