diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-28 08:41:23 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-28 09:59:09 +0100 |
commit | 09fff150216d323054256f44ef7d6cc150c4aebc (patch) | |
tree | ca3129758224ea20d58e603814ffdc2021071517 /apps/dav | |
parent | b753e7631bd318a1f428d8925dec64693879fd0d (diff) | |
download | nextcloud-server-09fff150216d323054256f44ef7d6cc150c4aebc.tar.gz nextcloud-server-09fff150216d323054256f44ef7d6cc150c4aebc.zip |
run litmus scripts only if code in the dav app did change changed
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/tests/travis/litmus-v1.sh | 1 | ||||
-rw-r--r-- | apps/dav/tests/travis/litmus-v2.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/dav/tests/travis/litmus-v1.sh b/apps/dav/tests/travis/litmus-v1.sh index 587561ed29f..ab0690f392e 100644 --- a/apps/dav/tests/travis/litmus-v1.sh +++ b/apps/dav/tests/travis/litmus-v1.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash - SCRIPT=`realpath $0` SCRIPTPATH=`dirname $SCRIPT` diff --git a/apps/dav/tests/travis/litmus-v2.sh b/apps/dav/tests/travis/litmus-v2.sh index 40a06a26e65..892ad327d3b 100644 --- a/apps/dav/tests/travis/litmus-v2.sh +++ b/apps/dav/tests/travis/litmus-v2.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash - SCRIPT=`realpath $0` SCRIPTPATH=`dirname $SCRIPT` |