Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mergejs is gone
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer authored and juliusknorr committed Jan 9, 2019
commit a34027348bec030b4463cb54ac11c5c36fcd17e8
2 changes: 0 additions & 2 deletions autotest-checkers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down