We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d488c commit 6f0f862Copy full SHA for 6f0f862
1 file changed
README.md
@@ -4,7 +4,7 @@
4
## Guide
5
### Travis Setup
6
7
-Add the following to your `travis.yml`:
+Add the following to your `.travis.yml`:
8
```yml
9
language:
10
LANG_FOR_REPO
@@ -15,13 +15,12 @@ after_success:
15
1. Add JaCoCo Plugin to your pom.xml file, [see here](https://github.com/codecov/example-java/blob/master/pom.xml#L38-L56)
16
## Caveats
17
#### Private Repo
18
-You will need to add the following your `travis.yml`:
+You will need to add the following your `.travis.yml`:
19
20
env:
21
global:
22
- CODECOV_TOKEN=:uuid-repo-token
23
```
24
-We can add more caveats for the language/framework(s) here
25
26
## Support
27
0 commit comments