travis: build shelltestrunner with its default resolver

It's the same as hledger's right now: nightly-2017-12-05.
This commit is contained in:
Simon Michael 2017-12-07 12:35:35 -08:00
parent 302ee50bfe
commit dd737ebbd5
2 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ install: # command output is hidden as they complete
#- git clone http://github.com/simonmichael/shelltestrunner
#- if [[ ! -d shelltestrunner ]]; then git clone http://github.com/simonmichael/shelltestrunner; fi
- git clone http://github.com/simonmichael/shelltestrunner
- if [[ ! -x ~/.local/bin/shelltest ]]; then stack install --stack-yaml=shelltestrunner/stack.yaml --resolver=lts-8.6; fi
- if [[ ! -x ~/.local/bin/shelltest ]]; then stack install --stack-yaml=shelltestrunner/stack.yaml; fi
- shelltest --version
script: # command output is not hidden