mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-20 18:36:20 +08:00
Update travis
This commit is contained in:
parent
70307089d5
commit
e11b7742f0
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ script:
|
||||||
#- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
|
#- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"
|
||||||
#- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
|
#- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
|
||||||
#- cd ../
|
#- cd ../
|
||||||
- grunt jshint
|
- sh -c "if [ '$JSTESTS' == '1' -a '$CODECHECK' = '1']; then grunt jshint > grunt.log; fi"
|
||||||
|
- sh -c "if [ '$JSTESTS' == '1' -a '$CODECHECK' = '1']; then cat grunt.log; fi"
|
||||||
|
|
||||||
|
|
||||||
#after_failure:
|
#after_failure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue