Skip to content

Commit

Permalink
Fixed CS build
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Nov 8, 2018
1 parent 9292b4a commit 11fa6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ before_script:
script:
- if [ -z "$phpstan" ] && [ -z "$cs" ]; then phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml; fi;
- if [ "$phpstan" = 1 ]; then vendor/bin/phpstan analyse -l max src; fi;
- if [ "cs" = 1 ]; then vendor/bin/phpcs -s; fi;
- if [ "$cs" = 1 ]; then vendor/bin/phpcs -s; fi;

after_success:
- if [ -z "$phpstan" ] && [ -z "$cs" ]; then travis_retry php php-coveralls.phar; fi;

0 comments on commit 11fa6ca

Please sign in to comment.