Skip to content

Commit

Permalink
fix: use codecov bash uploader
Browse files Browse the repository at this point in the history
This works in Travis CI windows because the build is run under git-bash.
  • Loading branch information
shazron committed May 29, 2020
1 parent 3286282 commit d8aaf3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- npm test

after_success:
- ./node_modules/.bin/codecov
- bash <(curl -s https://codecov.io/bash)

# safelist (prevent double builds in PRs)
branches:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@oclif/test": "^1",
"babel-jest": "^24.1.0",
"babel-runtime": "^6.26.0",
"codecov": "^3.3.0",
"dedent-js": "^1.0.1",
"eol": "^0.9.1",
"eslint": "^6.0.0",
Expand Down

0 comments on commit d8aaf3a

Please sign in to comment.