diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-18 16:59:57 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-21 11:35:48 +0100 |
commit | 0b597c37b387acdfa8b9df9737d01c1d8ff205f1 (patch) | |
tree | 29195bf53c609a43698b6f29ca9d3851b3ce3227 /.travis.yml | |
parent | 0b913f00c7e49c57d2e0068854b5d4c133b0cb36 (diff) | |
download | nextcloud-server-0b597c37b387acdfa8b9df9737d01c1d8ff205f1.tar.gz nextcloud-server-0b597c37b387acdfa8b9df9737d01c1d8ff205f1.zip |
Restructure travis tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c599a0c192b..3f80fdb8458 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,12 +25,14 @@ before_install: install: - sh -c "if [ '$TEST_DAV' = '1' ]; then bash tests/travis/install.sh $DB; fi" + - sh -c "if [ '$TEST_DAV' = '1' ]; then bash apps/dav/tests/travis/$TC/install.sh; fi" + script: - sh -c "if [ '$TEST_DAV' != '1' ]; then echo \"Not testing DAV\"; fi" - sh -c "if [ '$TEST_DAV' = '1' ]; then echo \"Testing DAV\"; fi" - - sh -c "if [ '$TEST_DAV' = '1' ]; then bash apps/dav/tests/travis/$TC.sh; fi" + - sh -c "if [ '$TEST_DAV' = '1' ]; then bash apps/dav/tests/travis/$TC/script.sh; fi" matrix: include: |