mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 05:11:33 +03:00
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
|
||||
|
||||
install:
|
||||
- stack --no-terminal --skip-ghc-check setup
|
||||
- stack --no-terminal --skip-ghc-check build --only-snapshot
|
||||
- stack --no-terminal setup
|
||||
- stack --no-terminal build --only-snapshot
|
||||
# testing: where are we now ?
|
||||
- pwd
|
||||
|
||||
script:
|
||||
- stack --no-terminal --skip-ghc-check test
|
||||
- stack --no-terminal test
|
||||
|
||||
notifications:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user