mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
travis: fix conditional
This commit is contained in:
parent
102d57a36d
commit
323fab3f2f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user