]> source.dussan.org Git - nextcloud-server.git/commitdiff
Run syntex test for php7.1 2321/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 24 Nov 2016 20:44:29 +0000 (21:44 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 24 Nov 2016 20:44:29 +0000 (21:44 +0100)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
.drone.yml

index 51c2eb3a46170e6429e6b5823244ef5d0b5ecb7c..d5fdcdd746b0087600846d2a83524997572d04f2 100644 (file)
@@ -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