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