aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEnno Boland <eb@s01.de>2014-11-12 12:32:54 +0000
committerEnno Boland <eb@s01.de>2014-11-12 12:33:01 +0000
commit11c7d53395beaad87556c24cfce161e35b7e67c3 (patch)
tree6115841f198021da9dda61fa5fd9c0621c1229be /.travis.yml
parent14c21aa54acb74f6a07c243fbae6fdf9f2652069 (diff)
downloadvoid-packages-11c7d53395beaad87556c24cfce161e35b7e67c3.tar
void-packages-11c7d53395beaad87556c24cfce161e35b7e67c3.tar.gz
void-packages-11c7d53395beaad87556c24cfce161e35b7e67c3.tar.bz2
void-packages-11c7d53395beaad87556c24cfce161e35b7e67c3.tar.lz
void-packages-11c7d53395beaad87556c24cfce161e35b7e67c3.tar.xz
void-packages-11c7d53395beaad87556c24cfce161e35b7e67c3.tar.zst
void-packages-11c7d53395beaad87556c24cfce161e35b7e67c3.zip
.travis.yml: shorter version of the one before
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5027117bb50..5c6869378c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: