.travis.yml: more simplifications.
This commit is contained in:
parent
0f7b8101ef
commit
8d9f0ea977
|
@ -12,8 +12,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- git fetch --depth 1 git://github.com/voidlinux/void-packages.git master
|
- git fetch --depth 1 git://github.com/voidlinux/void-packages.git master
|
||||||
- git diff --name-status FETCH_HEAD > __changed_files
|
- git diff --name-status FETCH_HEAD | grep "^[AM].*srcpkgs/[^/]*/template$" | awk '{print $2}' | tee __changed_templates
|
||||||
- grep "^[AM].*srcpkgs/[^/]*/template$" __changed_files | awk '{print $2}' | tee __changed_templates
|
|
||||||
- xlint `cat __changed_templates`
|
- xlint `cat __changed_templates`
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue