Skip to content

Commit cdbf3a8

Browse files
committed
build: travis
1 parent aa97cc1 commit cdbf3a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ php:
44
# The adhocore/cron-expr should run fine with php 5.4+, but phpunit 5.7 requires php 5.6+
55
# - 5.4
66
# - 5.5
7-
- 5.6
7+
- 5.6
88
- 7.0
99
- 7.1
1010

1111
install:
1212
- composer install --prefer-dist
1313

1414
script:
15-
- vendor/bin/phpunit --coverage-text
15+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
16+
17+
after_success:
18+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)