Skip to content

Commit eb93a3d

Browse files
committed
CI - don't analyze psalm errors
PHP 7.1 build is not stable. Deprecated rules causes uncaught exception #99 #101 v0.3.72 works https://travis-ci.org/EdgedesignCZ/phpqa/jobs/325115966 v0.3.76 detects new error https://travis-ci.org/EdgedesignCZ/phpqa/jobs/326498092
1 parent 5425339 commit eb93a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
./phpqa --verbose --report --config tests/.travis --tools phpcs:0,php-cs-fixer:0,phpmd:0,phpcpd:0,parallel-lint:0,phpstan:0,phpmetrics:0,phploc,pdepend,phpunit:0,psalm:0,security-checker:0
3+
./phpqa --verbose --report --config tests/.travis --tools phpcs:0,php-cs-fixer:0,phpmd:0,phpcpd:0,parallel-lint:0,phpstan:0,phpmetrics:0,phploc,pdepend,phpunit:0,psalm,security-checker:0

0 commit comments

Comments
 (0)