Use new PHP 7.1 container

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-08-04 18:57:13 +02:00
parent a1986b46b0
commit 6687baf0b7
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -99,15 +99,12 @@ pipeline:
matrix:
TESTS: php7.0
php7.1:
image: nextcloudci/php7.1:php7.1-3
image: nextcloudci/php7.1:php7.1-12
environment:
- APP_NAME=user_saml
- CORE_BRANCH=master
- DB=sqlite
commands:
# FIXME: Move into Docker image
- yum -y install wget
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
@ -163,15 +160,12 @@ pipeline:
matrix:
TESTS: php7.0-stable12
php7.1-stable12:
image: nextcloudci/php7.1:php7.1-3
image: nextcloudci/php7.1:php7.1-12
environment:
- APP_NAME=user_saml
- CORE_BRANCH=stable12
- DB=sqlite
commands:
# FIXME: Move into Docker image
- yum -y install wget
# Pre-setup steps
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB