e7792e7d79
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
8 lines
93 B
YAML
8 lines
93 B
YAML
language: php
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
script:
|
|
- cd tests && phpunit --coverage-text .
|