e7792e7d79
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
12 lines
142 B
YAML
12 lines
142 B
YAML
language: php
|
|
install:
|
|
- pear install package.xml
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- nightly
|
|
script: pear run-tests -d tests/
|