Commit 14f7db9
committed
minor symfony#8701 Added a good example of a travis file (Nyholm, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 4.0 branch instead (closes symfony#8701).
Discussion
----------
Added a good example of a travis file
After a lot of discussions with people at Symfony con I came up with a "perfect" travis file.
See php-http/client-common#90 (comment) for info.
Btw, should I make a table explaining what we really test? (Like on the client-common PR)
Commits
-------
93bdb86 Rewords
4bd8e65 Minor updates
bc9a43f use ./ before vendor
ae322b7 typo
1017897 Using better cache syntax
36ca90b Using PHPUNIT_FLAGS
18e4a18 Added back php-versions
05bf09d Moved coverage to PHP 7.2 with latest deps
bfdd064 Fixed minor things
3e2b876 Fixed typos and created more variables
a62bcb7 Added comment and install simple-phpunit deps
65f91df Use tilde or composer validate will never pass
179abb0 Updated according to feedback
a281604 Typo
2418834 Added a good example travis file1 file changed
+76
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
169 | 243 | | |
170 | 244 | | |
171 | 245 | | |
| |||
476 | 550 | | |
477 | 551 | | |
478 | 552 | | |
| 553 | + | |
| 554 | + | |
0 commit comments