Skip to content

Commit 76610f6

Browse files
committed
Merge branch 'master' into feature-split-off-streaming-clients
2 parents b9ad99a + 5e68ac1 commit 76610f6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ cs: init
1111
unit: init
1212
./vendor/bin/phpunit --coverage-text --coverage-html covHtml
1313

14-
travis-unit: init
14+
ci: init
1515
./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
1616

17-
travis-coverage: init
17+
ci-with-coverage: init
18+
./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
19+
20+
ci-coverage: init
1821
if [ -f ./build/logs/clover.xml ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi
1922

2023
generate-resources: init

0 commit comments

Comments
 (0)