From 11c7d53395beaad87556c24cfce161e35b7e67c3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 12 Nov 2014 13:32:54 +0100 Subject: [PATCH] .travis.yml: shorter version of the one before --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5027117bb5..5c6869378c 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: