Skip to content

Commit 0567d6e

Browse files
author
Steve Peak
committed
Update README.md
1 parent 4122514 commit 0567d6e

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,21 @@ Add to your `.travis.yml` file.
4141
language:
4242
java
4343

44-
before_script:
45-
- pip install --user codecov
46-
4744
after_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
5550
Add 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-
6452
after_success:
65-
- codecov
53+
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
6654
```
6755

6856
View 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

0 commit comments

Comments
 (0)