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 f6dae59 commit 192517eCopy full SHA for 192517e
.travis.yml
@@ -44,9 +44,9 @@ before_script:
44
- cp phpunit.xml.dist phpunit.xml
45
46
script:
47
- - if [[ $DEFAULT = 1 ]]; then vendor/bin/phpunit; fi
+ - if [[ $DEFAULT == 1 ]]; then vendor/bin/phpunit; fi
48
49
- - if [[ $PHPCS = 1 ]]; then composer cs-check; fi
+ - if [[ $PHPCS == 1 ]]; then composer cs-check; fi
50
51
- if [[ $CODECOVERAGE == 1 ]]; then vendor/bin/phpunit --coverage-clover=clover.xml || true; fi
52
- if [[ $CODECOVERAGE == 1 ]]; then wget -O codecov.sh https://codecov.io/bash; fi
0 commit comments