Skip to content

Commit

Permalink
Update Travis to start running tests on PHP 5.5
Browse files Browse the repository at this point in the history
Allow travis to test PHP 5.5 alphas and allow failures for now.
  • Loading branch information
Mike Willbanks committed Jan 29, 2013
1 parent 7045795 commit be7853d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ php:
- 5.3.3
- 5.3
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5

before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
Expand Down

0 comments on commit be7853d

Please sign in to comment.