Remove comment

This commit is contained in:
brantje 2016-10-08 00:24:53 +02:00
parent 3afc3c9c9c
commit 74575abf7c
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
2 changed files with 1 additions and 3 deletions

View file

@ -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:

View file

@ -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'));
}