diff --git a/.travis.yml b/.travis.yml index 478a16d7b..d6f0b6349 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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