Updated CI conf
This commit is contained in:
parent
dbd39e73c2
commit
f87dfa23bd
@ -1,7 +1,11 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
|
- 5.4
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- wget --quiet http://getcomposer.org/composer.phar
|
- curl -s http://getcomposer.org/installer | php
|
||||||
- php composer.phar install
|
- php composer.phar install
|
||||||
script: phpunit
|
|
||||||
|
script: phpunit --coverage-text
|
||||||
|
Loading…
Reference in New Issue
Block a user