summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-04-16 23:37:56 +0200
committerLukas Reschke <lukas@owncloud.com>2016-04-17 11:14:35 +0200
commit023ca1b74703663b46383636950212b971d4608e (patch)
treec8ff254af85af44e1af2f3d4f7ea5e410025507b
parent36a2d1a1f891a6da66bc1f500a7ceb871e759bd9 (diff)
downloadnextcloud-server-023ca1b74703663b46383636950212b971d4608e.tar.gz
nextcloud-server-023ca1b74703663b46383636950212b971d4608e.zip
Exclude autoload_static.php
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 73c90beee56..27c8b3be232 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ branches:
- /^stable\d+(\.\d+)?$/
script:
- - sh -c "if [ '$TC' = 'syntax' ]; then composer install && vendor/bin/parallel-lint --exclude vendor/jakub-onderka/ --exclude 3rdparty/patchwork/utf8/class/Patchwork/Utf8/Bootup/ .; fi"
+ - sh -c "if [ '$TC' = 'syntax' ]; then composer install && vendor/bin/parallel-lint --exclude vendor/jakub-onderka/ --exclude 3rdparty/patchwork/utf8/class/Patchwork/Utf8/Bootup/ --exclude vendor/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .; fi"
matrix:
include: