Fix PHP 7 test execution with newer PHPUnit

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/40/head
Lukas Reschke 7 years ago
parent 9796384c79
commit d907ebe8cc
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1

@ -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

Loading…
Cancel
Save