void-packages/.travis.yml

21 lines
498 B
YAML
Raw Normal View History

language: bash
2014-11-07 15:51:20 +00:00
git:
depth: 200
env:
global:
- PATH=$PATH:$PWD/xtools
before_script:
- git clone --depth 1 git://github.com/chneukirchen/xtools.git xtools
script:
2014-11-07 17:42:34 +00:00
- 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`
notifications:
email: false