aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-20 20:50:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-20 20:50:46 -0800
commit3ee2d621875d9ffe86b9a7f9c7ca40b3bed69e78 (patch)
treeda0c841641521f930cc9a70cbd45f5b217cc58dd /.travis.yml
parent6ae21832c090af0977c2f9e7cd171f3907f24182 (diff)
downloadpandoc-3ee2d621875d9ffe86b9a7f9c7ca40b3bed69e78.tar.gz
More travis/stack tweaks.
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 63d9a8d5e..a4cdb3450 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ before_install:
install:
- stack setup --no-terminal --skip-ghc-check
- - stack build --test --no-terminal --only-snapshot --skip-ghc-check
+ - stack test --no-terminal --only-snapshot --skip-ghc-check
script:
- - stack build --test --haddock --no-terminal --skip-ghc-check
+ - stack test --no-terminal --skip-ghc-check