diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-08-11 13:57:16 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-09-07 22:09:08 +0200 |
commit | 9915f68a80158efc5f91dfb1e965e8a3ca4ca4ff (patch) | |
tree | d3a0a918d77dcd6ad5c08e9bd6be1a9c21aa3115 | |
parent | 25a1a68bc9eb827965495627ab11d3dfc7c3c09e (diff) | |
download | nextcloud-server-9915f68a80158efc5f91dfb1e965e8a3ca4ca4ff.tar.gz nextcloud-server-9915f68a80158efc5f91dfb1e965e8a3ca4ca4ff.zip |
Add PHP 7.1 drone tests
-rw-r--r-- | .drone.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index c95164c9575..e88b472e2c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,12 @@ build: - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite + nodb-php7.1: + image: nextcloudci/php7.1:php7.1-1 + commands: + - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues + - git submodule update --init + - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite sqlite-php5.6: image: nextcloudci/php5.6:php5.6-2 commands: @@ -27,6 +33,12 @@ build: - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite + sqlite-php7.1: + image: nextcloudci/php7.1:php7.1-1 + commands: + - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues + - git submodule update --init + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite mysql-php5.6: image: nextcloudci/php5.6:php5.6-2 commands: |