Add pear modules, mail and net_smtp via composer (#93)
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
This commit is contained in:
19
lib/composer/vendor/pear/mail/.travis.yml
vendored
Normal file
19
lib/composer/vendor/pear/mail/.travis.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- nightly
|
||||
install:
|
||||
- pear list
|
||||
- pear channel-update pear.php.net
|
||||
- pear upgrade --force pear/pear
|
||||
- pear list
|
||||
- pear upgrade --force xml_util
|
||||
- pear install --force --alldeps package.xml
|
||||
- pear list
|
||||
script:
|
||||
- pear run-tests -d tests/
|
||||
Reference in New Issue
Block a user