travis: install shelltestrunner, part 2
This commit is contained in:
parent
1065bad0c7
commit
5325688d16
@ -31,8 +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
|
# install shelltestrunner (and older GHC, for now)
|
||||||
- stack +RTS -N2 -RTS --resolver=lts-7 install shelltestrunner
|
- stack +RTS -N2 -RTS --resolver=lts-7 --install-ghc 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