From 3ee2d621875d9ffe86b9a7f9c7ca40b3bed69e78 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Nov 2015 20:50:46 -0800 Subject: More travis/stack tweaks. --- .travis.yml | 4 ++-- 1 file 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 -- cgit v1.2.3