Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/travis/test_for_app.sh')
-rwxr-xr-xtests/travis/test_for_app.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/travis/test_for_app.sh b/tests/travis/test_for_app.sh
deleted file mode 100755
index a97c66dba83..00000000000
--- a/tests/travis/test_for_app.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-#
-# ownCloud
-#
-# @author Thomas Müller
-# @copyright 2015 Thomas Müller thomas.mueller@tmit.eu
-#
-
-set -e
-APP=$1
-
-if git diff ${TRAVIS_COMMIT_RANGE} | grep -- "^+++ b/apps/$APP/"; then
- echo "Executing this test config ...."
-else
- echo "Test config is not relevant for this change. terminating"
- exit 1
-fi