From 20993d97850d0a46533b795b646c10644ce8ac93 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 1 Aug 2017 10:12:02 -0700 Subject: [PATCH] tools: travis: revert workaround attempt --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 167287bed..fe210219a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,9 +107,6 @@ install: # command output is hidden as they complete - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install --stack-yaml=shelltestrunner/stack.yaml --resolver=lts-8.6; fi - shelltest --version - # try this to work around a strange failure after hledger version change - - stack clean - script: # command output is not hidden # less slow