File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 11language : php
2- dist : trusty
2+
33php :
44 - 7.0
55 - 7.1
6- - nightly
7-
8- matrix :
9- allow_failures :
10- - php :
11- - nightly
6+ - 7.2
127
138cache :
149 directories :
1510 - $HOME/.composer/cache
1611
12+ install :
13+ - composer install --no-interaction
14+
1715script :
1816 - vendor/bin/phpunit --coverage-clover=coverage.clover -v
19- - composer update --no-interaction --prefer-source
20- - vendor/bin/phpunit -v
21-
22- before_script :
23- - composer install --no-interaction
2417
2518after_script :
26- - if [ $TRAVIS_PHP_VERSION = '7.0' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
19+ - |
20+ if [ $TRAVIS_PHP_VERSION = '7.1' ]; then
21+ wget https://scrutinizer-ci.com/ocular.phar;
22+ php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
23+ fi
2724
2825notifications :
2926 irc : " irc.freenode.org#phpdocumentor"
You can’t perform that action at this time.
0 commit comments