From 0d6c81454d77a4317158ba426aff49dfae02b8ea Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Thu, 14 Dec 2017 00:50:27 +0100 Subject: Update repo-checker and travis config --- .tests | 2 +- .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tests b/.tests index 749ab0c..36f9831 160000 --- a/.tests +++ b/.tests @@ -1 +1 @@ -Subproject commit 749ab0cbaa6c42a30b5e4f33bd3acbcae59ac4e7 +Subproject commit 36f9831a41de119feb8cb91c108305db00fcfc8e diff --git a/.travis.yml b/.travis.yml index 33caa66..47f570f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ install: # command to run our tests script: - - cd .tests - - python check_repo.py \ No newline at end of file + - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then python .tests/check_repo.py; fi' + - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then python .tests/check_repo.py $(git diff --name-only HEAD~ | grep / | cut -d / -f1 | sort | uniq); fi' -- cgit v1.2.3