Skip to content

Commit bb24bf4

Browse files
Update phpunit path
1 parent 0854f75 commit bb24bf4

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
@@ -28,7 +28,7 @@ before_script:
2828
- set +H
2929

3030
script:
31-
- sh -c "if [ '$DEFAULT' = '1' ]; then phpunit --stderr; fi"
31+
- sh -c "if [ '$DEFAULT' = '1' ]; then ./vendor/bin/phpunit --stderr; fi"
3232

3333
- sh -c "if [ '$PHPCS' = '1' ]; then ./vendor/bin/phpcs -n -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi"
3434

0 commit comments

Comments
 (0)