travis: fix conditional

This commit is contained in:
Simon Michael 2017-03-22 23:32:05 +00:00
parent 102d57a36d
commit 323fab3f2f

View File

@ -82,7 +82,7 @@ install: # ignores command failures, completed commands are collapsed in log
- stack build Chart Chart-diagrams colour Diff here
# shelltestrunner, need unreleased installable version
- [ -d shelltestrunner ] || git clone http://github.com/simonmichael/shelltestrunner
- if [ ! -d shelltestrunner ]; then git clone http://github.com/simonmichael/shelltestrunner; fi
- stack install --stack-yaml=shelltestrunner/stack.yaml --resolver=lts-8.2 --install-ghc
- shelltest --version