Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added php 5.5 back as a allowed-failure test.
  • Loading branch information
triplepoint committed Jan 4, 2013
1 parent 00f1b53 commit 0e830e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,11 @@ language: php
php:
- 5.3
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5

before_script:
- composer install --verbose --dev --prefer-dist -o
Expand Down

0 comments on commit 0e830e7

Please sign in to comment.