mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
travis: install shelltestrunner
This commit is contained in:
parent
21040780f5
commit
1065bad0c7
@ -31,6 +31,8 @@ install:
|
|||||||
- stack +RTS -N2 -RTS setup
|
- stack +RTS -N2 -RTS setup
|
||||||
# install deps
|
# install deps
|
||||||
- stack +RTS -N2 -RTS build --only-snapshot
|
- stack +RTS -N2 -RTS build --only-snapshot
|
||||||
|
# install shelltestrunner
|
||||||
|
- stack +RTS -N2 -RTS --resolver=lts-7 install shelltestrunner
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# build all packages, ensuring no warnings, no haddock failures, per-package test suites passing
|
# build all packages, ensuring no warnings, no haddock failures, per-package test suites passing
|
||||||
|
Loading…
Reference in New Issue
Block a user