.travis.yml: fix git diff command

This commit is contained in:
Enno Boland 2014-11-07 17:16:30 +01:00
parent ab7042a860
commit 5165087cfe
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ before_script:
script:
- echo "Checking $TRAVIS_COMMIT_RANGE"
- git diff --name-status -- "$TRAVIS_COMMIT_RANGE" > __changed_files
- git diff --name-status "$TRAVIS_COMMIT_RANGE" > __changed_files
- cat __changed_files
- grep "^[AM].*srcpkgs/[^/]*/template$" __changed_files | awk '{print $2}' | tee __changed_templates
- xlint `cat __changed_templates`