mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: travis: note occasional breakage on PRs
[ci skip]
This commit is contained in:
parent
bcb6102940
commit
8369143a25
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user