#!/bin/bash## ownCloud## @author Thomas Müller# @copyright 2015 Thomas Müller thomas.mueller@tmit.eu#set-e
APP=$1ifgitdiff${TRAVIS_COMMIT_RANGE}|grep--"^+++ b/apps/$APP/";thenecho"Executing this test config ...."elseecho"Test config is not relevant for this change. terminating"exit1fi