8000 updated README.md · codecov/example-scala@e57fbe0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e57fbe0

Browse files
committed
updated README.md
corrected the example .travis.yml settings
1 parent 339a14e commit e57fbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Add to your `.travis.yml` file.
1313
language: scala
1414

1515
script:
16-
- sbt clean scoverage:test
16+
- sbt clean coverage test
1717

1818
after_success:
19-
- pip install --user codecov && codecov
19+
- bash <(curl -s https://codecov.io/bash)
2020
```
2121
2222
> All other CI you can simply run `pip install --user codecov && codecov`.

0 commit comments

Comments
 (0)
0