aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-04-19 10:50:07 +0100
committerYann Herklotz <git@ymhg.org>2019-04-19 10:50:07 +0100
commite6f69af050619a30134ff300aa46cf44d53a4c7d (patch)
tree3cbe73326cc8f9fe2f10c443e633af434a2bb5be /.travis.yml
parent13fbf04854093f8d77693f9280de4c1d55c7293c (diff)
downloadverismith-e6f69af050619a30134ff300aa46cf44d53a4c7d.tar.gz
verismith-e6f69af050619a30134ff300aa46cf44d53a4c7d.zip
Move --pedantic flag to the end
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e5883f2..fa96327 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,4 +22,4 @@ addons:
- ghc-8.6.4
script:
- - stack --pedantic --no-terminal --skip-ghc-check test
+ - stack --no-terminal --skip-ghc-check test --pedantic