Skip to content

Commit 4c4f82b

Browse files
author
codercat
committed
Update .travis.yml
1 parent e102bd7 commit 4c4f82b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ language: php
33
script:
44
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
55

6+
install:
7+
- composer install
8+
69
after_success:
710
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)