Merge pull request #351 from afh/pull/git-hook
[travis] Run Travis build when .travis.yml changed
This commit is contained in:
commit
fbdcff1d0d
1 changed files with 1 additions and 1 deletions
2
tools/prepare-commit-msg
Normal file → Executable file
2
tools/prepare-commit-msg
Normal file → Executable file
|
|
@ -24,4 +24,4 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
## MAIN
|
## MAIN
|
||||||
add_ci_skip '\(^src\|^test\|^doc/ledger3.texi\|CMakeLists.txt\)' "$@"
|
add_ci_skip '\(^src\|^test\|^doc/ledger3.texi\|^\.travis.yml\|CMakeLists.txt\)' "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue