Skip to content

Commit

Permalink
Add note about using http(s) URLs instead of git URLs on GitHub
Browse files Browse the repository at this point in the history
git@ URLs won't work as the RSA certificate fingerprint isn't trusted. See http://bit.ly/RZOsKL for an example of a failing build.
  • Loading branch information
lanthaler committed Aug 16, 2012
1 parent 5306e7a commit 3bc01eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/languages/php.md
Expand Up @@ -115,6 +115,8 @@ command comes pre-installed, so just use the following:

composer install

To ensure that everything works, use http(s) URLs on [Packagist](http://packagist.org/) and not git URLs.

### Installing PHP extensions

It is possible to install custom PHP extensions into the Travis environment using [PECL](http://pecl.php.net/), but they have to be built against the PHP version being tested. Here is for example how the `memcache` extension can be installed:
Expand Down

0 comments on commit 3bc01eb

Please sign in to comment.