Skip to content

Commit

Permalink
Fix test/ci-lint exit codes
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
MauricioFauth committed Jun 9, 2018
1 parent d2ad1ca commit 307f3d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/ci-lint
@@ -1,7 +1,7 @@
#!/bin/sh

./vendor/bin/phpcs --version
./vendor/bin/phpcs -n --report=summary
./vendor/bin/phpcs --version &&
./vendor/bin/phpcs -n --report=summary &&

echo "ESLint `./node_modules/.bin/eslint --version`"
echo "ESLint `./node_modules/.bin/eslint --version`" &&
./node_modules/.bin/eslint --quiet ./js

0 comments on commit 307f3d1

Please sign in to comment.