diff options
-rw-r--r-- | .travis.yml | 4 |
1 files 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 |