tools: travis: try a workaround after version bump failure

This commit is contained in:
Simon Michael 2017-07-31 16:42:25 -07:00
parent 6908949452
commit da0e67a892

View File

@ -107,6 +107,9 @@ install: # command output is hidden as they complete
- if [[ ! -x ~/.local/bin/shelltest ]]; then stack install --stack-yaml=shelltestrunner/stack.yaml --resolver=lts-8.6; fi
- shelltest --version
# try this to work around a strange failure after hledger version change
- stack clean
script: # command output is not hidden
# less slow