travis: install shelltestrunner

This commit is contained in:
Simon Michael 2017-03-22 07:14:45 +00:00
parent 21040780f5
commit 1065bad0c7

View File

@ -31,6 +31,8 @@ install:
- stack +RTS -N2 -RTS setup
# install deps
- stack +RTS -N2 -RTS build --only-snapshot
# install shelltestrunner
- stack +RTS -N2 -RTS --resolver=lts-7 install shelltestrunner
script:
# build all packages, ensuring no warnings, no haddock failures, per-package test suites passing