This commit is contained in:
brantje 2017-10-29 11:13:24 +01:00
parent 45197169ad
commit 6e76636469
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -45,7 +45,7 @@ before_script:
- php -S localhost:8080 &
- cd apps/$APP_NAME/
- cp /home/travis/build/nextcloud/server/composer.json .
- cp /home/travis/build/$CLOUD/server/composer.json .
- mkdir -p build
- curl -sSL https://phar.phpunit.de/phpunit-5.7.phar -o build/phpunit.phar