8000 minor #13510 [3.0] Travis Fix (GrahamCampbell) · symfony/symfony@d735b28 · GitHub
[go: up one dir, main page]

Skip to content

Commit d735b28

Browse files
committed
minor #13510 [3.0] Travis Fix (GrahamCampbell)
This PR was merged into the 3.0-dev branch. Discussion ---------- [3.0] Travis Fix | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Previously we were not actually running the framework tests on php 5.6, but only the component tests. I assume we want the same setup we've got on the 2.7 branch. Commits ------- c217adb Travis fix
2 parents db80498 + c217adb commit d735b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ matrix:
55
- php: 5.5.9
66
- php: 5.5
77
- php: 5.6
8+
- php: 5.5.9
89
env: components=low
910
- php: 5.6
1011
env: components=high

0 commit comments

Comments
 (0)
0