Skip to content

Commit de71450

Browse files
committed
Use bin path to phpunit
1 parent 9ed24ad commit de71450

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
@@ -16,4 +16,4 @@ matrix:
1616
dist: precise
1717
sudo: false
1818
before_script: rm composer.lock && composer install
19-
script: ./vendor/phpunit/phpunit/phpunit
19+
script: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)