Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-12-22 12:37:33 +0300
committerJulius Härtl <jus@bitgrid.net>2019-01-09 17:02:01 +0300
commita34027348bec030b4463cb54ac11c5c36fcd17e8 (patch)
tree70b7ff616d2391ad7a020842fe18cc2e6ddbc7c4 /autotest-checkers.sh
parent15400fcf7b7916969ba67a80022b9e81723abcee (diff)
Mergejs is gone
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-xautotest-checkers.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh
index dcf864ee850..0bdd69510c6 100755
--- a/autotest-checkers.sh
+++ b/autotest-checkers.sh
@@ -4,8 +4,6 @@ RESULT=0
bash ./build/autoloaderchecker.sh
RESULT=$(($RESULT+$?))
-bash ./build/mergejschecker.sh
-RESULT=$(($RESULT+$?))
php ./build/translation-checker.php
RESULT=$(($RESULT+$?))
php ./build/htaccess-checker.php