travis: install shelltestrunner, part 2

This commit is contained in:
Simon Michael 2017-03-22 07:20:57 +00:00
parent 1065bad0c7
commit 5325688d16

View File

@ -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