tools: travis: note occasional breakage on PRs
[ci skip]
This commit is contained in:
parent
bcb6102940
commit
8369143a25
@ -4,8 +4,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# works only on master ?
|
|
||||||
CHANGED_FILES=`git diff --name-only master...${TRAVIS_COMMIT}`
|
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
|
# only files not matching this extended regex will trigger a build
|
||||||
#SKIP_PAT="(^site/con|do.nload)"
|
#SKIP_PAT="(^site/con|do.nload)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user