From 4698ffd181d5244dbfa1011c3f34e71349cda9c5 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 19 Nov 2016 12:29:51 +0100 Subject: travis: don't treat "scripts" directory as a repository --- .travis/build-pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/build-pkgs b/.travis/build-pkgs index b87e9e0185..8dcf8ba21e 100755 --- a/.travis/build-pkgs +++ b/.travis/build-pkgs @@ -8,7 +8,7 @@ set -eu # changed/created in the specified revisions. changed_repos() { local commit_ish="$1" - local repos="$(find * -type d -maxdepth 0 ! -name '.*')" + local repos="$(find * -type d -maxdepth 0 ! -name '.*' ! -name 'scripts')" # Print names of dirs in the current directory (it's *not* recursive) # that contain some changes and consider only dirs listed in $repos. -- cgit v1.2.3