tools: travis: is --no-terminal needed ?
This commit is contained in:
parent
a6f7d1ef36
commit
1950192586
@ -13,11 +13,11 @@ before_install:
|
|||||||
- chmod a+x ~/.local/bin/stack
|
- chmod a+x ~/.local/bin/stack
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- stack --no-terminal setup
|
- stack setup
|
||||||
- stack --no-terminal build --only-snapshot
|
- stack build --only-snapshot
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- stack --no-terminal test
|
- stack test
|
||||||
|
|
||||||
# coveralls.io coverage reports
|
# coveralls.io coverage reports
|
||||||
# after_script:
|
# after_script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user