mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-24 17:58:30 +00:00
Using coverall.io with travis-ci
This commit is contained in:
+10
-3
@@ -4,6 +4,13 @@ php:
|
||||
- 5.3
|
||||
|
||||
before_script:
|
||||
- wget http://getcomposer.org/composer.phar
|
||||
- php composer.phar install
|
||||
script: phpunit
|
||||
- wget http://getcomposer.org/composer.phar
|
||||
- php composer.phar install --dev --no-interaction
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
- phpunit --coverage-clover build/logs/clover.xml
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/coveralls -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user