From b9d526d6eee0a28f2e7559bb85618e8111f8ef4c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 14 Dec 2017 17:15:38 -0800 Subject: [PATCH] travis: disable problematic travis-maybe-skip.sh experiment --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b7484968..10e44e89a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,8 +71,10 @@ branches: # - ghc: 7.10.3 # - ghc: 8.0.2 -before_install: - - ./.travis-maybe-skip.sh +#before_install: +# - ./.travis-maybe-skip.sh +# never seemed to work, and can fail, eg: +# https://travis-ci.org/simonmichael/hledger/builds/316707766 install: # command output is hidden as they complete