File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 - 7.0
66 - hhvm
77
8+ # This triggers builds to run on the new TravisCI infrastructure.
9+ # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
10+ sudo : false
11+
812matrix :
913 allow_failures :
1014 - php : 7.0
@@ -17,5 +21,4 @@ script:
1721 - phpunit --coverage-text --coverage-clover=coverage.clover
1822
1923after_script :
20- - wget https://scrutinizer-ci.com/ocular.phar
21- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
24+ - if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
Original file line number Diff line number Diff line change 2323 "require-dev" : {
2424 "symfony/var-dumper" : " ~2" ,
2525 "phpunit/phpunit" : " ^5.0" ,
26- "php-http/guzzle6-adapter" : " ~0.2@dev"
26+ "php-http/guzzle6-adapter" : " ~0.2@dev" ,
27+ "scrutinizer/ocular" : " ^1.1"
2728 },
2829 "autoload" : {
2930 "psr-4" : {
You can’t perform that action at this time.
0 commit comments