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:
authorLukas Reschke <lukas@statuscode.ch>2017-07-18 22:14:00 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-07-19 11:28:12 +0300
commitac1a54cccf90014ba3c7348796ac044abcebe06d (patch)
tree716b1a1e23b132d654017f55d81dfbb4dc018474 /.drone.yml
parent842a923a6e663e339d22cc93f8aaad0ce59680d0 (diff)
Use new Drone image
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index b46120c511b..f0a06776e6b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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