diff --git a/.travis.yml b/.travis.yml index fd12189..555ec9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ os: script: npx nyc -s yarn run test:node --bail after_success: - 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: include: