File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,33 +41,21 @@ Add to your `.travis.yml` file.
4141language :
4242 java
4343
44- before_script :
45- - pip install --user codecov
46-
4744after_success :
48- - codecov
45+ - bash <(curl -s https:// codecov.io/bash)
4946` ` `
5047
51- > Another option is our [Bash uploader](https://github.com/codecov/codecov-bash)
52-
5348## Private Repos
5449
5550Add to your ` .travis.yml` file.
5651` ` ` yml
57- env:
58- global:
59- - CODECOV_TOKEN=:uuid-repo-token
60-
61- before_script:
62- - pip install --user codecov
63-
6452after_success:
65- - codecov
53+ - bash <(curl -s https:// codecov.io/bash) -t uuid-repo-token
6654` ` `
6755
6856View source and learn more about [Codecov Global Uploader][4]
6957
7058[1] : https://codecov.io/
7159[2] : https://twitter.com/codecov
7260[3] : mailto:hello@codecov.io
73- [4] : https://github.com/codecov/codecov-python
61+ [4] : https://github.com/codecov/codecov-bash
You can’t perform that action at this time.
0 commit comments