travis: use released shelltestrunner
This commit is contained in:
parent
7550a1dcb8
commit
988510dde2
@ -103,11 +103,8 @@ install: # command output is hidden as they complete
|
|||||||
# addon dependencies
|
# addon dependencies
|
||||||
#- stack build Chart Chart-diagrams colour Diff
|
#- stack build Chart Chart-diagrams colour Diff
|
||||||
|
|
||||||
# shelltestrunner, need unreleased installable version
|
# shelltestrunner
|
||||||
#- git clone http://github.com/simonmichael/shelltestrunner
|
- if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi
|
||||||
#- if [[ ! -d shelltestrunner ]]; then git clone http://github.com/simonmichael/shelltestrunner; fi
|
|
||||||
- git clone https://github.com/simonmichael/shelltestrunner
|
|
||||||
- if [[ ! -x ~/.local/bin/shelltest ]]; then stack install --stack-yaml=shelltestrunner/stack.yaml; fi
|
|
||||||
- shelltest --version
|
- shelltest --version
|
||||||
|
|
||||||
script: # command output is not hidden
|
script: # command output is not hidden
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user