From 1950192586a388e203c433f255af859b6ffde84a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Jul 2015 16:37:07 -0700 Subject: [PATCH] tools: travis: is --no-terminal needed ? --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8b5506da..ef58c7abd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,11 @@ before_install: - chmod a+x ~/.local/bin/stack install: - - stack --no-terminal setup - - stack --no-terminal build --only-snapshot + - stack setup + - stack build --only-snapshot script: - - stack --no-terminal test + - stack test # coveralls.io coverage reports # after_script: