[travis] Run Travis build when .travis.yml changed

- Change match pattern to include ^\.travis.yml
- Add executable file permissions for tools/prepare-commit-msg
[ci skip]
This commit is contained in:
Alexis Hildebrandt 2014-12-24 11:00:05 +01:00
parent ca9eb815af
commit b800cfc418

2
tools/prepare-commit-msg Normal file → Executable file
View file

@ -24,4 +24,4 @@ EOF
}
## MAIN
add_ci_skip '\(^src\|^test\|^doc/ledger3.texi\|CMakeLists.txt\)' "$@"
add_ci_skip '\(^src\|^test\|^doc/ledger3.texi\|^\.travis.yml\|CMakeLists.txt\)' "$@"