File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ coverage_clover : coverage.clover
2
+ service_name : travis-ci
3
+ src_dir : ./
4
+ json_path : ./coveralls.json
Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : php
3
3
php :
4
+ - 5.4
4
5
- 5.5
5
6
- 5.6
6
7
- 7.0
8
+ - hhvm
7
9
matrix :
8
10
allow_failures :
9
11
- php : hhvm
10
12
before_script :
11
- - composer install --no-interaction
13
+ - composer install --no-interaction --prefer-dist
12
14
script :
13
15
- vendor/bin/phpunit --coverage-clover=coverage.clover
14
16
- vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/ ./
17
+ after_script :
18
+ - vendor/bin/coveralls
19
+ notifications :
20
+ webhooks :
21
+ urls :
22
+ - https://webhooks.gitter.im/e/81e47479feba5ba8dc47
23
+ on_success : change
24
+ on_start : never
Original file line number Diff line number Diff line change 17
17
},
18
18
"require-dev" : {
19
19
"phpunit/phpunit" : " ~4.4" ,
20
- "squizlabs/php_codesniffer" : " ~2.0"
20
+ "squizlabs/php_codesniffer" : " ~2.0" ,
21
+ "satooshi/php-coveralls" : " ~0.7"
21
22
},
22
23
"autoload" : {
23
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments