parent
881e441bdf
commit
b81cf8d1c5
3 changed files with 7 additions and 18 deletions
@ -1,16 +1,13 @@ |
||||
language: php |
||||
|
||||
php: |
||||
- 5.2 |
||||
- 5.3 |
||||
- 5.4 |
||||
- 5.5 |
||||
- 5.6 |
||||
- 5.4 |
||||
- 5.5 |
||||
- 5.6 |
||||
|
||||
before_script: |
||||
- composer self-update |
||||
- echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini |
||||
- composer install --prefer-dist --no-interaction |
||||
- composer self-update |
||||
- composer install --prefer-dist --no-interaction |
||||
|
||||
script: |
||||
- phpunit --coverage-text |
||||
- phpunit --coverage-text |
||||
|
||||
Loading…
Reference in new issue