File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.4
5
- - 5.5
6
- - 5.6
7
4
- 7.0
8
- - hhvm
5
+ - 7.1
9
6
10
7
before_script :
11
8
- travis_retry composer self-update
12
9
- travis_retry composer install --no-interaction --prefer-source --dev
13
10
14
- script : phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
11
+ script :
12
+ - ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
15
13
16
- after_script : php vendor/bin/coveralls
14
+ after_script :
15
+ - php vendor/bin/coveralls
Original file line number Diff line number Diff line change 40
40
"squizlabs/php_codesniffer" : " ^2.7" ,
41
41
"phpmd/phpmd" : " ^2.4" ,
42
42
"pdepend/pdepend" : " ^2.2" ,
43
+ "satooshi/php-coveralls" : " dev-master@dev" ,
43
44
"sebastian/phpcpd" : " ^2.0" ,
44
45
"jakub-onderka/php-parallel-lint" : " ^0.9.2"
45
46
},
You can’t perform that action at this time.
0 commit comments