We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5d4a3 commit ebacedeCopy full SHA for ebacede
.travis.yml
@@ -19,8 +19,7 @@ before_script:
19
script:
20
- composer cs-check
21
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then bin/phpstan analyse src/ --level=max -c phpstan.neon; fi
22
- - if [[ $TRAVIS_PHP_VERSION != "nightly" ]]; then bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml; fi
23
- - if [[ $TRAVIS_PHP_VERSION = "nightly" ]]; then bin/kahlan; fi
+ - bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml
24
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then bin/php-coveralls -v --exclude-no-stmt; fi
25
26
notifications:
0 commit comments