diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-24 21:44:29 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-24 21:44:29 +0100 |
commit | 06c771e49f1d9daa82521b529abfd9e813b9844b (patch) | |
tree | 81df9b81f48100806bc3347b5accc00faee66a64 /.drone.yml | |
parent | c398fdda7e6cc74faccfd7d6ce62f489337f379c (diff) | |
download | nextcloud-server-06c771e49f1d9daa82521b529abfd9e813b9844b.tar.gz nextcloud-server-06c771e49f1d9daa82521b529abfd9e813b9844b.zip |
Run syntex test for php7.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 51c2eb3a461..d5fdcdd746b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,6 +62,14 @@ pipeline: when: matrix: TESTS: syntax-php7.0 + syntax-php7.1: + image: nextcloudci/php7.1:php7.1-10 + 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 . + when: + matrix: + TESTS: syntax-php7.1 litmus-v1: image: nextcloudci/litmus-php7.0:litmus-php7.0-4 commands: @@ -379,6 +387,7 @@ matrix: - TESTS: app-check-code - TESTS: syntax-php5.6 - TESTS: syntax-php7.0 + - TESTS: syntax-php7.1 - TESTS: litmus-v1 - TESTS: litmus-v2 - TESTS: caldavtester |