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:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-17 11:50:02 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-17 11:50:02 +0300
commit8237baba68f5dbfcd0e933d4e98ce8c8b2a250f6 (patch)
treee0573dee29aecebb738be6c01e676f13f05cf206 /.travis.yml
parent48a7f126fd05f6642b883e55f24617e8cbfd917e (diff)
parentea9d225a1fa4cebe6abb35982c6ec4f902217a45 (diff)
Merge pull request #23303 from owncloud/exclude-only-specific-third-party
Exclude only known failing third-party files
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index de7a6b6ac23..d95225cdbac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ install:
script:
- - sh -c "if [ '$TC' = 'syntax' ]; then composer install && lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty .; fi"
+ - sh -c "if [ '$TC' = 'syntax' ]; then composer install && lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ .; fi"
- sh -c "if [ '$TEST_DAV' != '1' ]; then echo \"Not testing DAV\"; fi"
- sh -c "if [ '$TEST_DAV' = '1' ]; then echo \"Testing DAV\"; fi"