Merge pull request #2794 from nextcloud/stable10-update-drone-images

[stable10] update drone images to latest version
This commit is contained in:
Morris Jobke 2016-12-21 01:09:55 +01:00 committed by GitHub
commit b97baa4c8a
1 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ pipeline:
DB: NODB
PHP: 5.5
app-check-code:
image: nextcloudci/php7.0:php7.0-6
image: nextcloudci/php7.0:php7.0-7
commands:
- ./occ app:check-code admin_audit
- ./occ app:check-code comments
@ -60,7 +60,7 @@ pipeline:
matrix:
TESTS: syntax-php5.6
syntax-php7.0:
image: nextcloudci/php7.0:php7.0-6
image: nextcloudci/php7.0:php7.0-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 .
@ -128,7 +128,7 @@ pipeline:
DB: NODB
PHP: 5.6
nodb-php7.0:
image: nextcloudci/php7.0:php7.0-6
image: nextcloudci/php7.0:php7.0-7
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@ -160,7 +160,7 @@ pipeline:
DB: sqlite
PHP: 5.6
sqlite-php7.0:
image: nextcloudci/php7.0:php7.0-6
image: nextcloudci/php7.0:php7.0-7
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when:
@ -186,7 +186,7 @@ pipeline:
DB: postgres
PHP: 5.6
integration:
image: nextcloudci/php7.0:php7.0-6
image: nextcloudci/php7.0:php7.0-7
commands:
- ./occ maintenance:install --admin-pass=admin
- cd build/integration