File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ install:
4141script : if [[ -z "$ELECTRON" ]]; then travis_retry npm run coverage; else travis_retry npm run test:electron; fi
4242
4343after_success :
44- - ' if [[ $DEPLOY == true ]]; then bash <(curl -s https://codecov.io/bash); fi'
44+ - ' if [[ $DEPLOY == true && $TRAVIS_OS_NAME == linux ]]; then bash <(curl -s https://codecov.io/bash); fi'
4545
4646deploy :
4747 provider : script
Original file line number Diff line number Diff line change 11# zmq-prebuilt
22
3+ [ ![ codecov] ( https://codecov.io/gh/nteract/zmq-prebuilt/branch/master/graph/badge.svg )] ( https://codecov.io/gh/nteract/zmq-prebuilt )
34[ ![ ] ( https://img.shields.io/badge/version-latest-blue.svg )] ( https://github.com/nteract/zmq-prebuilt )
45[ ![ Build Status] ( https://travis-ci.org/nteract/zmq-prebuilt.svg?branch=master )] ( https://travis-ci.org/nteract/zmq-prebuilt )
56[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/6u7saauir2msxpou?svg=true )] ( https://ci.appveyor.com/project/nteract/zmq-prebuilt )
You can’t perform that action at this time.
0 commit comments