Commit ff30deab authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/travis (PR #576)

This PR was merged into the master branch.

Commits
-------

e58fa916 Test against PHP 5.5 on travis
d3f96597 Make travis install from source, fixes 403 responses

Discussion
----------

Travis: Fix 403 errors, test against PHP 5.5
parents 7df600f1 e58fa916
language: php
before_script: composer install --dev
before_script: composer install --dev --prefer-source
php:
- 5.3
- 5.4
- 5.5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment