Skip to content

Commit 82dfcb4

Browse files
committed
Only upload coverage data on macOS on Travis
1 parent 540a254 commit 82dfcb4

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
@@ -30,7 +30,7 @@ script:
3030

3131
after_success:
3232
- ls wheelhouse/
33-
- bash <(curl -s https://codecov.io/bash)
33+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then bash <(curl -s https://codecov.io/bash); fi
3434

3535
deploy:
3636
provider: releases

0 commit comments

Comments
 (0)