Skip to content

Commit 7853e49

Browse files
committed
Added codecov to Travis CI
1 parent fe9082b commit 7853e49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ services:
1414
- elasticsearch
1515
before_script:
1616
# Delay for elasticsearch to start
17-
- sleep 10
17+
- sleep 10
18+
before_install:
19+
- pip install codecov
20+
after_success:
21+
- codecov

0 commit comments

Comments
 (0)