Mercurial > hg > rc1
comparison vendor/sabre/vobject/.travis.yml @ 7:430dbd5346f7
vendor sabre as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 09:06:10 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:cec75ba50afc | 7:430dbd5346f7 |
---|---|
1 language: php | |
2 php: | |
3 - 5.3 | |
4 - 5.4 | |
5 - 5.5 | |
6 - 5.6 | |
7 - hhvm | |
8 | |
9 matrix: | |
10 fast_finish: true | |
11 | |
12 script: | |
13 - phpunit --configuration tests/phpunit.xml | |
14 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/ | |
15 | |
16 | |
17 before_script: composer install |