mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 09:34:02 +08:00
Update travis
This commit is contained in:
parent
27c5da4028
commit
6f96a3ba51
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ 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 ../
|
||||
- sh -c "if [ '$JSTESTS' == '1']; then grunt jshint; fi"
|
||||
- sh -c "if [ '$JSTESTS' == '1' -a '$CODECHECK' = '1']; then grunt jshint; fi"
|
||||
|
||||
|
||||
#after_failure:
|
||||
|
@ -89,7 +89,7 @@ matrix:
|
|||
- php: 5.6
|
||||
env: DB=mysql;CODECHECK=2
|
||||
- php: 5.6
|
||||
env: DB=mysql;JSTESTS=1
|
||||
env: DB=mysql;JSTESTS=1;CODECHECK=1
|
||||
- php: 7.0
|
||||
env: DB=mysql;CODECHECK=1
|
||||
- php: 7.0
|
||||
|
|
Loading…
Reference in a new issue