diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |