diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-04-16 23:37:56 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-04-17 11:14:35 +0200 |
commit | 023ca1b74703663b46383636950212b971d4608e (patch) | |
tree | c8ff254af85af44e1af2f3d4f7ea5e410025507b | |
parent | 36a2d1a1f891a6da66bc1f500a7ceb871e759bd9 (diff) | |
download | nextcloud-server-023ca1b74703663b46383636950212b971d4608e.tar.gz nextcloud-server-023ca1b74703663b46383636950212b971d4608e.zip |
Exclude autoload_static.php
-rw-r--r-- | .travis.yml | 2 |
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: |