File tree Expand file tree Collapse file tree 1 file c
8000
hanged +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ sudo: false
15
15
16
16
before_script :
17
17
- export PATH=~/.composer/vendor/bin/:$PATH
18
- - composer install --dev --no-interaction
18
+ - composer install --no-interaction
19
+ - pip install --user codecov
19
20
20
21
script :
21
22
- ant clean
<
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:
28
29
29
30
after_script :
30
31
- if [ -f vendor/bin/coveralls ] ; then php vendor/bin/coveralls -v || true ; fi
32
+ - codecov
31
33
- if [ -f php.log ] ; then cat php.log ; fi
32
34
33
35
matrix :
You can’t perform that action at this time.
0 commit comments