comparison vendor/pear/mail_mime/.travis.yml @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 language: php
2 sudo: false
3 php:
4 - 5.3
5 - 5.4
6 - 5.5
7 - 5.6
8 - 7
9 script:
10 - pear run-tests tests/
11 - for i in `ls tests/*.diff`; do echo $i; cat $i; done