Skip to content

Commit 320fc0b

Browse files
Ensure codecov failing results in travis job failing
1 parent 7196aa1 commit 320fc0b

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
@@ -113,7 +113,7 @@ install:
113113
- ${PIP} install codecov tox
114114
script:
115115
- tox tests
116-
- codecov
116+
- codecov --required
117117
- git stash --all # Restore fresh checkout
118118
- cibuildwheel --output-dir dist
119119
deploy:

0 commit comments

Comments
 (0)