Skip to content

Commit 434ad3f

Browse files
committed
Use PHPUnit from vendors
1 parent 11eca37 commit 434ad3f

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
@@ -18,4 +18,4 @@ before_script:
1818
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
1919

2020
script:
21-
- phpunit
21+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)