8000 minor #23612 use Precise on Travis to keep PHP LDAP support (xabbuh) · symfony/symfony@da6ed16 · GitHub
[go: up one dir, main page]

Skip to content

Commit da6ed16

Browse files
minor #23612 use Precise on Travis to keep PHP LDAP support (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- use Precise on Travis to keep PHP LDAP support | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Travis CI [started to roll out Ubuntu Trusty](https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming) as the default distribution. However, it seems that the PHP LDAP extension is missing on Trusty (see travis-ci/travis-ci#7067) starting to make our builds fail. Thus, I suggest to keep using Precise until the linked issue has been fixed. Commits ------- 5441b1a use Precise on Travis to keep PHP LDAP support
2 parents f4fffc0 + 5441b1a commit da6ed16

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
@@ -1,5 +1,6 @@
11
language: php
22

3+
dist: precise
34
sudo: false
45

56
git:

0 commit comments

Comments
 (0)
0