8000 Add Codecov to Travis · olayakout/codebird-php@675a9d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 675a9d0

Browse files
committed
Add Codecov to Travis
1 parent 5f365d1 commit 675a9d0

File tree

1 file c 8000 hanged

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
< 60E7 td data-grid-cell-id="diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485-27-28-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-accent-muted, var(--color-accent-subtle));flex-grow:1" tabindex="-1" valign="top" class="focusable-grid-cell diff-hunk-cell left-side" colSpan="4">
@@ -28,6 +29,7 @@ script:
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ sudo: false
1515

1616
before_script:
1717
- export PATH=~/.composer/vendor/bin/:$PATH
18-
- composer install --dev --no-interaction
18+
- composer install --no-interaction
19+
- pip install --user codecov
1920

2021
script:
2122
- ant clean
2829

2930
after_script:
3031
- if [ -f vendor/bin/coveralls ] ; then php vendor/bin/coveralls -v || true ; fi
32+
- codecov
3133
- if [ -f php.log ] ; then cat php.log ; fi
3234

3335
matrix:

0 commit comments

Comments
 (0)
0