travis: give up trying to cache shelltestrunner dir

This commit is contained in:
Simon Michael 2017-03-22 23:38:01 +00:00
parent 323fab3f2f
commit 00a56c2111

View File

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