tools: travis: note occasional breakage on PRs

[ci skip]
This commit is contained in:
Simon Michael 2017-10-16 08:03:36 -07:00
parent bcb6102940
commit 8369143a25

View File

@ -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)"