File tree 1 file changed +3
-19
lines changed
1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 1
- sudo : false
2
-
3
1
language : php
4
2
5
3
php :
6
4
- 7.4.2
7
5
8
6
before_script :
9
- - mkdir -p _clover
10
- - ls -al
7
+ - curl -sS http://getcomposer.org/installer | php
8
+ - php composer.phar install --prefer-source --no-interaction
11
9
12
10
script :
13
- - ./vendor/bin/phpunit --coverage-clover _clover/clover.xml
14
-
15
- install :
16
- # Install composer packages
17
- - travis_retry composer install --no-interaction --no-suggest
18
- # Install coveralls.phar
19
- - wget -c -nc --retry-connrefused --tries=0 https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar -O coveralls.phar
20
- - chmod +x coveralls.phar
21
- - php coveralls.phar --version
22
-
23
- after_success :
24
- # Submit coverage report to Coveralls servers, see .coveralls.yml
25
- - travis_retry php coveralls.phar -v
26
- # Submit coverage report to codecov.io
27
- - bash <(curl -s https://codecov.io/bash)
11
+ - ./vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments