tools: travis: is --no-terminal needed ?

This commit is contained in:
Simon Michael 2015-07-28 16:37:07 -07:00
parent a6f7d1ef36
commit 1950192586

View File

@ -13,11 +13,11 @@ before_install:
- chmod a+x ~/.local/bin/stack
install:
- stack --no-terminal setup
- stack --no-terminal build --only-snapshot
- stack setup
- stack build --only-snapshot
script:
- stack --no-terminal test
- stack test
# coveralls.io coverage reports
# after_script: