Commit d3ac7c1
committed
minor #4932 DX: Travis CI config - fix warnings and infos (kubawerlos)
This PR was squashed before being merged into the 2.15 branch (closes #4932).
Discussion
----------
DX: Travis CI config - fix warnings and infos
E.g https://travis-ci.org/github/FriendsOfPHP/PHP-CS-Fixer/jobs/676593896/config:
> Build config validation — 2 warnings, 4 infos
After clicking there are details:
> Build config validation
> `jobs.include.deploy`: deprecated key `skip_cleanup` (not supported in dpl v2, use cleanup)
> `jobs.include.deploy`: deprecated key `skip_cleanup` (not supported in dpl v2, use cleanup)
> `root`: missing `dist`, using the default `xenial`
> `root`: missing `os`, using the default `linux`
> `jobs.include.deploy`: key `api_key` is an alias for `token`, using `token`
> `jobs.include.deploy`: key `api_key` is an alias for `token`, using `token`
Commits
-------
d8d3dbe DX: Travis CI config - fix warnings and infos1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
148 | | - | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | | - | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| |||
0 commit comments