Skip to content

Commit a1c77ff

Browse files
committed
Use phpunit from composer
1 parent 55ea04a commit a1c77ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ php:
66
- 7.4
77
install:
88
- pear install pear/PHP_CodeSniffer
9+
- composer install
910
- phpenv rehash
1011
script:
11-
- phpunit --coverage-text tests
12+
- composer validate
13+
- ./vendor/bin/phpunit --coverage-text tests
1214
- phpcs Text/

0 commit comments

Comments
 (0)