mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 01:24:35 +08:00
Fix travis
This commit is contained in:
parent
f221b59afa
commit
e3d029e5b6
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ before_install:
|
|||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
# Add some output debugging information
|
||||
- cd ../server
|
||||
- ./occ check
|
||||
- ./occ status
|
||||
- ./occ app:list
|
||||
|
@ -56,7 +57,7 @@ before_script:
|
|||
script:
|
||||
- grunt jshint
|
||||
- php build/phpunit.phar -c phpunit.xml
|
||||
- php build/phpunit.phar -c phpunit.integration.xml
|
||||
- php build/phpunit.phar -c phpunit.integration.xml
|
||||
#after_failure:
|
||||
# - cat ../../data/owncloud.log
|
||||
|
||||
|
|
Loading…
Reference in a new issue