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 5
5
- 7.0
6
6
- hhvm
7
7
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
+
8
12
matrix :
9
13
allow_failures :
10
14
- php : 7.0
@@ -17,5 +21,4 @@ script:
17
21
- phpunit --coverage-text --coverage-clover=coverage.clover
18
22
19
23
after_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 23
23
"require-dev" : {
24
24
"symfony/var-dumper" : " ~2" ,
25
25
"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"
27
28
},
28
29
"autoload" : {
29
30
"psr-4" : {
You can’t perform that action at this time.
0 commit comments