Fix .travis.yml formatting

This commit is contained in:
James Brooks 2014-11-28 09:12:02 +00:00
parent 822a8688e4
commit c31f731458

View File

@ -1,12 +1,12 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 5.4
- 5.5
- 5.6
matrix:
fast_finish: true
fast_finish: true
before_script:
- travis_retry composer self-update