Lines Matching +full:- +full:- +full:prefer +full:- +full:dist
1 dist: trusty
5 - 7.0
6 - 7.1
7 - 7.2
8 - 7.3
9 - hhvm
12 # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
18 - $HOME/.composer/cache
22 - php: 5.6
23 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
26 - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
29 - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
32 - |
34 wget https://scrutinizer-ci.com/ocular.phar
35 php ocular.phar code-coverage:upload --format=php-clover coverage.clover