Skip to content

Commit 55ae3e0

Browse files
committed
Use PHPunit downloaded by composer
1 parent 9e1c855 commit 55ae3e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ php:
44
- 7
55
before_install:
66
- composer self-update
7-
install:
8-
- composer install --dev
9-
- phpunit --self-upgrade
10-
script: phpunit
7+
install: composer install --dev
8+
script: vendor/bin/phpunit
119
after_script: php ./vendor/bin/coveralls -v

0 commit comments

Comments
 (0)