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
Copy file name to clipboardExpand all lines: Readme.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,24 +72,24 @@ class BundleInitializationTest extends BaseBundleTestCase
72
72
73
73
```
74
74
75
-
## Configure travis
75
+
## Configure Travis
76
76
77
-
You want travis to run the highest version of Symfony you support and the lowest
78
-
version. Same with PHP version. There is no need for testing for version in between
79
-
because both Symfony and PHP follow Semver.
77
+
You want Travis to run against each currently supported LTS version of Symfony (since there would be only one per major version), plus the current if it's not an LTS too. There is no need for testing against version in between because Symfony follows [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
0 commit comments