Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit c4dfe2c

Browse files
committed
add php-coveralls to project
1 parent 2ade4f7 commit c4dfe2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: php
22
php:
33
- 5.5
44

5+
before_script:
6+
- curl -s http://getcomposer.org/installer | php
7+
- php composer.phar install --dev --no-interaction
8+
59
script:
610
- mkdir -p build/logs
711
- phpunit tests --coverage-clover build/logs/clover.xml

0 commit comments

Comments
 (0)