summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-20 22:14:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-20 22:14:57 -0800
commitd20b15b0f62484433818562892c7fb46b40aab5e (patch)
tree94b175c6d4f03b6bdece70dc3635bf1e9e5bb924 /.travis.yml
parent3ee2d621875d9ffe86b9a7f9c7ca40b3bed69e78 (diff)
Tweaked travis.yml.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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