aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-04-17 19:18:57 +0100
committerYann Herklotz <git@ymhg.org>2019-04-17 19:18:57 +0100
commit3e78950eed93462bad170b70368cc41e47c4be3c (patch)
tree036b01e2b3cd958f889a7000ef54b6344dfe9563 /.travis.yml
parent547dfe800c418165a0eb3f4667e9ea87831b375a (diff)
downloadverismith-3e78950eed93462bad170b70368cc41e47c4be3c.tar.gz
verismith-3e78950eed93462bad170b70368cc41e47c4be3c.zip
Add '--pedantic' to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d578aa..e5883f2 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.6.3/bin:$PATH
+ - export PATH=/opt/ghc/8.6.4/bin:$PATH
addons:
apt:
sources:
- hvr-ghc
packages:
- - ghc-8.6.3
+ - ghc-8.6.4
script:
- - stack --no-terminal --skip-ghc-check test
+ - stack --pedantic --no-terminal --skip-ghc-check test