Skip to content

Commit 57aa311

Browse files
committed
Move phpunit bin to the vendor one
1 parent e20023b commit 57aa311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ before_script:
2323
- composer install
2424
script:
2525
- mkdir -p build/logs
26-
- phpunit
26+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)