Tweaked travis.yml.

This commit is contained in:
John MacFarlane 2015-11-20 22:14:57 -08:00
parent 3ee2d62187
commit d20b15b0f6

View file

@ -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