mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 23:42:17 +00:00
run codecov only on linux
This commit is contained in:
parent
fd1cc28f41
commit
e9bc0dbe44
@ -17,7 +17,7 @@ os:
|
|||||||
script: npx nyc -s yarn run test:node --bail
|
script: npx nyc -s yarn run test:node --bail
|
||||||
after_success:
|
after_success:
|
||||||
- npm install -g travis-deploy-once
|
- npm install -g travis-deploy-once
|
||||||
- travis-deploy-once "npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov"
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then travis-deploy-once "npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov"; fi
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user