mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-25 16:04:19 +08:00
Fix travis
This commit is contained in:
parent
4036b5b3a7
commit
cdd91f49a0
1 changed files with 2 additions and 1 deletions
|
@ -50,8 +50,9 @@ before_script:
|
|||
- mkdir -p build
|
||||
- curl -sSL https://phar.phpunit.de/phpunit.phar -o build/phpunit.phar
|
||||
- npm install
|
||||
- ./occ app:enable passman
|
||||
# - ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB --database-pass=''
|
||||
# - ./occ app:enable passman
|
||||
|
||||
# - php -S localhost:8080 &
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue