summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-20 23:04:11 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-07-20 23:04:11 +0200
commit29e715a1b968f2b7f3b72a692d94055b31aaded9 (patch)
tree466858c10e02a3b22037dbb42b0a7ce73d74ad63 /.drone.yml
parent3d2600b0399af0dd4521469725f5e4bdf348bd2e (diff)
downloadnextcloud-server-29e715a1b968f2b7f3b72a692d94055b31aaded9.tar.gz
nextcloud-server-29e715a1b968f2b7f3b72a692d94055b31aaded9.zip
Exclude build/.phan/ from PHP 5.6 syntax check
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 45956857ca2..12348ca1eed 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -23,7 +23,7 @@ pipeline:
image: nextcloudci/php5.6:php5.6-7
commands:
- 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/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
+ - ./lib/composer/bin/parallel-lint --exclude build/.phan/ --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/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
when:
matrix:
TESTS: syntax-php5.6