Fix PHP 7 test execution with newer PHPUnit

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-18 12:22:32 +02:00
parent 9796384c79
commit d907ebe8cc
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1

View File

@ -19,7 +19,7 @@ branches:
sudo: true
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
# Add some output debugging information
- cd ../server