Skip to content

Commit 6f0f862

Browse files
authored
Update README.md
1 parent 59d488c commit 6f0f862

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Guide
55
### Travis Setup
66

7-
Add the following to your `travis.yml`:
7+
Add the following to your `.travis.yml`:
88
```yml
99
language:
1010
LANG_FOR_REPO
@@ -15,13 +15,12 @@ after_success:
1515
1. Add JaCoCo Plugin to your pom.xml file, [see here](https://github.com/codecov/example-java/blob/master/pom.xml#L38-L56)
1616
## Caveats
1717
#### Private Repo
18-
You will need to add the following your `travis.yml`:
18+
You will need to add the following your `.travis.yml`:
1919
```yml
2020
env:
2121
global:
2222
- CODECOV_TOKEN=:uuid-repo-token
2323
```
24-
We can add more caveats for the language/framework(s) here
2524

2625
## Support
2726

0 commit comments

Comments
 (0)