Skip to content

Commit a982ecd

Browse files
committed
Fixed path
1 parent e8f0b6f commit a982ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838
script:
3939
- composer install
4040
- php bin/phpcs --config-set php_path php
41-
- vendor/binphpunit tests/AllTests.php
41+
- vendor/bin/phpunit tests/AllTests.php
4242
- if [[ $CUSTOM_INI != "1" ]]; then php bin/phpcs --no-cache --parallel=1; fi
4343
- if [[ $CUSTOM_INI != "1" && $TRAVIS_PHP_VERSION != "nightly" ]]; then pear package-validate package.xml; fi
4444
- if [[ $PEAR_VALIDATE == "1" ]]; then php scripts/validate-pear-package.php; fi

0 commit comments

Comments
 (0)