mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-25 07:53:32 +08:00
fix
This commit is contained in:
parent
6e76636469
commit
04dff2dfbc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ before_script:
|
|||
|
||||
- php -S localhost:8080 &
|
||||
- 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
|
||||
- curl -sSL https://phar.phpunit.de/phpunit-5.7.phar -o build/phpunit.phar
|
||||
|
||||
|
|
Loading…
Reference in a new issue