Skip to content

Commit ae05a51

Browse files
committed
Add catch-all to failed codecov run.
1 parent cf4477e commit ae05a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ virtalenv:
3434
script:
3535
- nosetests -v --with-coverage --cover-package=chip8
3636
after_success:
37-
- bash < (curl -s https://codecov.io/bash)
37+
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"

0 commit comments

Comments
 (0)