diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-09-01 10:48:30 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-01 11:06:15 +0200 |
commit | 56b58b00b74271623a014eca175f3a0d401ed918 (patch) | |
tree | 0e2549690376d98fb454091e07a30e87927503ac /.drone.yml | |
parent | a3c1d748297e50b18baeaead159197db275370fa (diff) | |
download | nextcloud-server-56b58b00b74271623a014eca175f3a0d401ed918.tar.gz nextcloud-server-56b58b00b74271623a014eca175f3a0d401ed918.zip |
properly load APCu extension on CLI to execute APCu tests
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 6016ebd6981..0ae277cda26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ build: commands: - ./autotest-js.sh nodb-php5.6: - image: nextcloudci/php5.6:1.0.6 + image: nextcloudci/php5.6:php5.6-1 commands: - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init |