Skip to content

Commit c9d5a3b

Browse files
authored
Merge pull request #471 from FriendsOfSymfony/fix-build
more specific versions on very old builds
2 parents 860edff + 5725000 commit c9d5a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
- php: 5.4
3232
env:
3333
- COMPOSER_FLAGS="--prefer-lowest"
34-
- SYMFONY_VERSION='2.8.*'
34+
- SYMFONY_VERSION='2.8.0'
3535
- php: 5.6
3636
env:
3737
- SYMFONY_VERSION='3.2.*'
@@ -40,7 +40,7 @@ matrix:
4040
- DOCCHECK=true
4141
- php: 5.6
4242
env:
43-
- SYMFONY_VERSION='2.8.*'
43+
- SYMFONY_VERSION='2.8.42'
4444
- FRAMEWORK_EXTRA_VERSION='~3.0'
4545
- php: 5.6
4646
env:

0 commit comments

Comments
 (0)