Skip to content

Commit 5e7eaec

Browse files
codecov: true unrecognized
1 parent 5ae4f84 commit 5e7eaec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ julia:
1111
- nightly
1212
notifications:
1313
email: false
14-
codecov: true
14+
after_success:
15+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
1516
jobs:
1617
allow_failures:
1718
- julia: nightly

0 commit comments

Comments
 (0)