From 8369143a251e4d6ff6161d739af7901b9a1b2bfb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 16 Oct 2017 08:03:36 -0700 Subject: [PATCH] tools: travis: note occasional breakage on PRs [ci skip] --- .travis-maybe-skip.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis-maybe-skip.sh b/.travis-maybe-skip.sh index 32e91df8e..4745be733 100755 --- a/.travis-maybe-skip.sh +++ b/.travis-maybe-skip.sh @@ -4,8 +4,9 @@ set -e -# works only on master ? CHANGED_FILES=`git diff --name-only master...${TRAVIS_COMMIT}` + # TODO works only on master ? See eg this failure: + # https://travis-ci.org/simonmichael/hledger/builds/288453508 # only files not matching this extended regex will trigger a build #SKIP_PAT="(^site/con|do.nload)"