summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-28 08:41:23 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-28 09:59:09 +0100
commit09fff150216d323054256f44ef7d6cc150c4aebc (patch)
treeca3129758224ea20d58e603814ffdc2021071517 /.travis.yml
parentb753e7631bd318a1f428d8925dec64693879fd0d (diff)
downloadnextcloud-server-09fff150216d323054256f44ef7d6cc150c4aebc.tar.gz
nextcloud-server-09fff150216d323054256f44ef7d6cc150c4aebc.zip
run litmus scripts only if code in the dav app did change changed
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 98cf0354730..74dbfe00f01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ addons:
- realpath
before_install:
+ - bash tests/travis/test_for_app.sh $APP
- bash tests/travis/before_install.sh $DB
install: