.travis.yml: correct last commit.x
This commit is contained in:
parent
11c7d53395
commit
900aff7e53
|
@ -11,7 +11,7 @@ before_script:
|
|||
- git clone --depth 1 git://github.com/chneukirchen/xtools.git xtools
|
||||
|
||||
script:
|
||||
- git fetch --depth 1 git://github.com/voidlinux/void-packages.git master
|
||||
- git fetch --depth 200 git://github.com/voidlinux/void-packages.git master
|
||||
- git diff --name-status FETCH_HEAD...HEAD | grep "^[AM].*srcpkgs/[^/]*/template$" | awk '{print $2}' | tee __changed_templates
|
||||
- xlint `cat __changed_templates`
|
||||
|
||||
|
|
Loading…
Reference in New Issue