From dd737ebbd5731dc06b58fe2880023d2d4099d03e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 7 Dec 2017 12:35:35 -0800 Subject: [PATCH] travis: build shelltestrunner with its default resolver It's the same as hledger's right now: nightly-2017-12-05. --- .travis.yml | 2 +- doc/{README => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/{README => README.md} (100%) diff --git a/.travis.yml b/.travis.yml index 46d016cb3..0b7484968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/doc/README b/doc/README.md similarity index 100% rename from doc/README rename to doc/README.md