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:
28
lib/composer/vendor/grasmash/expander/.travis.yml
vendored
Normal file
28
lib/composer/vendor/grasmash/expander/.travis.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
language: php
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 7.2
|
||||
- php: 7.1
|
||||
- php: 7.0.11
|
||||
- php: 5.6
|
||||
- php: 5.5
|
||||
- php: 5.4
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- "$HOME/.composer/cache"
|
||||
- "vendor"
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- composer test
|
||||
|
||||
after_success:
|
||||
- travis_retry php vendor/bin/coveralls -v
|
||||
Reference in New Issue
Block a user