This commit is contained in:
brantje 2017-10-29 11:21:03 +01:00
parent 6e76636469
commit 04dff2dfbc
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 & - php -S localhost:8080 &
- cd apps/$APP_NAME/ - cd apps/$APP_NAME/
- cp /home/travis/build/$CLOUD/server/composer.json . - sh -c "if [ '$CLOUD' = 'nextcloud' ]; then cp /home/travis/build/nextcloud/server/composer.json .; fi;"
- mkdir -p build - mkdir -p build
- curl -sSL https://phar.phpunit.de/phpunit-5.7.phar -o build/phpunit.phar - curl -sSL https://phar.phpunit.de/phpunit-5.7.phar -o build/phpunit.phar