mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 01:24:35 +08:00
Remove comment
This commit is contained in:
parent
3afc3c9c9c
commit
74575abf7c
2 changed files with 1 additions and 3 deletions
|
@ -69,8 +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 ../
|
||||
|
||||
- grunt jshint
|
||||
- sh -c "if [ '$JSTESTS' == '1']; then grunt jshint; fi"
|
||||
|
||||
|
||||
#after_failure:
|
||||
|
|
|
@ -67,7 +67,6 @@ class InternalController extends ApiController {
|
|||
* @NoAdminRequired
|
||||
*/
|
||||
public function getAppVersion() {
|
||||
//$app = new \OC_App();
|
||||
return new JSONResponse(array('version' => '1.0.2.24'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue