mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 01:24:35 +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 php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
|
||||
#- 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:
|
||||
|
|
Loading…
Reference in a new issue