.travis.yml: some simplyfications.

This commit is contained in:
Enno Boland 2014-11-07 18:42:34 +01:00
parent 85c8fa1e2d
commit 0f7b8101ef
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +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 1 upstream master
- git diff --name-status upstream/master > __changed_files
- git fetch --depth 1 git://github.com/voidlinux/void-packages.git master
- git diff --name-status FETCH_HEAD > __changed_files
- grep "^[AM].*srcpkgs/[^/]*/template$" __changed_files | awk '{print $2}' | tee __changed_templates
- xlint `cat __changed_templates`