use docker image with php7

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Björn Schiessle 2018-03-14 14:37:53 +01:00
parent dfd268cf68
commit e440e6c497
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6

View file

@ -75,13 +75,13 @@ pipeline:
matrix:
TESTS: php7.1
integration-tests:
image: nextcloudci/user_saml_shibboleth:user_saml_shibboleth-5
image: nextcloudci/user_saml_shibboleth-php7:user_saml_shibboleth_php7-5
environment:
- CORE_BRANCH=master
commands:
- /start.sh &
- sleep 3
- scl enable rh-php56 bash
- scl enable rh-php70 bash
- rm -rf /var/www/html
- cd /var/www/
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server html