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 e8f0b6f commit a982ecdCopy full SHA for a982ecd
.travis.yml
@@ -38,7 +38,7 @@ before_script:
38
script:
39
- composer install
40
- php bin/phpcs --config-set php_path php
41
- - vendor/binphpunit tests/AllTests.php
+ - vendor/bin/phpunit tests/AllTests.php
42
- if [[ $CUSTOM_INI != "1" ]]; then php bin/phpcs --no-cache --parallel=1; fi
43
- if [[ $CUSTOM_INI != "1" && $TRAVIS_PHP_VERSION != "nightly" ]]; then pear package-validate package.xml; fi
44
- if [[ $PEAR_VALIDATE == "1" ]]; then php scripts/validate-pear-package.php; fi
0 commit comments