From d20b15b0f62484433818562892c7fb46b40aab5e Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Fri, 20 Nov 2015 22:14:57 -0800 Subject: [PATCH] Tweaked travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4cdb3450..2e92ef68f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_install: install: - stack setup --no-terminal --skip-ghc-check - - stack test --no-terminal --only-snapshot --skip-ghc-check + - stack test --only-snapshot --no-terminal --skip-ghc-check script: - stack test --no-terminal --skip-ghc-check