Skip to content

Commit fa407a8

Browse files
author
Steve Peak
committed
Update README.md
1 parent 23a27d7 commit fa407a8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,20 @@ script:
1616
- sbt clean coverage test
1717

1818
after_success:
19-
- pip install --user codecov && codecov
19+
- bash <(curl -s https://codecov.io/bash)
2020
```
2121
22-
> All other CI you can simply run `pip install --user codecov && codecov`.
23-
2422
## Private Repos
2523
2624
Add to your `.travis.yml` file.
2725
```yml
2826
after_success:
29-
- pip install --user codecov && codecov -t :token
27+
- bash <(curl -s https://codecov.io/bash) -t :token
3028
```
3129

3230
View source and learn more about [Codecov Global Uploader][4]
3331

3432
[1]: https://codecov.io/
3533
[2]: https://twitter.com/codecov
3634
[3]: mailto:[email protected]
37-
[4]: https://github.com/codecov/codecov-python
35+
[4]: https://github.com/codecov/codecov-bash

0 commit comments

Comments
 (0)