Browse Source

Use new Drone image

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v13.0.0beta1
Lukas Reschke 7 years ago
parent
commit
ac1a54cccf
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -28,7 +28,7 @@ pipeline:
matrix:
TESTS: syntax-php5.6
syntax-php7.0:
image: nextcloudci/php7.0:php7.0-7
image: nextcloudci/php7.0:php7.0-13
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 .
@@ -44,7 +44,7 @@ pipeline:
matrix:
TESTS: syntax-php7.1
phan:
image: nextcloudci/php7.1:php7.0-13
image: nextcloudci/php7.0:php7.0-13
commands:
- composer install
- ./lib/composer/etsy/phan/phan -k build/.phan/config.php

Loading…
Cancel
Save