Mercurial > hg > rc1
annotate vendor/pear/auth_sasl/.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 |
rev | line source |
---|---|
0 | 1 language: php |
2 sudo: false | |
3 php: | |
4 - 5.4 | |
5 - 5.5 | |
6 - 5.6 | |
7 - 7.0 | |
8 - 7.1 | |
9 script: | |
10 - pear list | |
11 - pear channel-update pear.php.net | |
12 - pear upgrade --force pear/pear-1.10.1 | |
13 - pear list | |
14 - pear install --force package.xml | |
15 - pear list | |
16 - pear package | |
17 - pear package-validate | |
18 - pear install --force *.tgz | |
19 - pear list | |
20 - composer install | |
21 - ./vendor/bin/phpunit -c phpunit.xml.dist |