.travis.yml: shorter version of the one before
This commit is contained in:
parent
14c21aa54a
commit
11c7d53395
|
@ -11,8 +11,8 @@ before_script:
|
|||
- git clone --depth 1 git://github.com/chneukirchen/xtools.git xtools
|
||||
|
||||
script:
|
||||
- git remote add __upstream git://github.com/voidlinux/void-packages.git; git fetch --depth 200 __upstream master
|
||||
- git diff --name-status `git merge-base __upstream/master HEAD` | grep "^[AM].*srcpkgs/[^/]*/template$" | awk '{print $2}' | tee __changed_templates
|
||||
- git fetch --depth 1 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`
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue