tools: travis: it broke.. remove this flag ?
This commit is contained in:
parent
e33e3c3cc5
commit
d3a7439575
@ -13,13 +13,13 @@ before_install:
|
|||||||
- chmod a+x ~/.local/bin/stack
|
- chmod a+x ~/.local/bin/stack
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- stack --no-terminal --skip-ghc-check setup
|
- stack --no-terminal setup
|
||||||
- stack --no-terminal --skip-ghc-check build --only-snapshot
|
- stack --no-terminal build --only-snapshot
|
||||||
# testing: where are we now ?
|
# testing: where are we now ?
|
||||||
- pwd
|
- pwd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- stack --no-terminal --skip-ghc-check test
|
- stack --no-terminal test
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user