Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add PHP 5.5 to Travis-CI testing and allow it to fail.
  • Loading branch information
stloyd committed Jan 4, 2013
1 parent 66b5818 commit f4ce2f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -4,5 +4,10 @@ php:
- 5.3.3
- 5.3
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5

before_script: php vendors.php

0 comments on commit f4ce2f1

Please sign in to comment.