You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,13 +108,17 @@ Add codacycoverage to your `.travis.yml`:
108
108
```yml
109
109
# .travis.yml
110
110
language: php
111
+
112
+
# Do not forget to provide your CODACY_PROJECT_TOKEN as described in https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
113
+
111
114
php:
112
115
- 5.3
113
116
- 5.4
114
117
- 5.5
115
118
- 5.6
116
119
- hhvm
117
120
121
+
# In case of timeouts and build failures you may want to prepend 'travis_retry' to the following commands:
0 commit comments