From 3e78950eed93462bad170b70368cc41e47c4be3c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 17 Apr 2019 19:18:57 +0100 Subject: Add '--pedantic' to travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit