Skip to content

Commit

Permalink
Allow the 5.5 build to fail.
Browse files Browse the repository at this point in the history
I know 5.5 works, however, it is constantly failing because of composer
failing to install dependencies.
  • Loading branch information
trq committed Jan 19, 2013
1 parent ba02397 commit 47423af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,10 @@ php:
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5

before_script: composer --prefer-source --dev install
script: ./vendor/bin/phake dev:tests

Expand Down

0 comments on commit 47423af

Please sign in to comment.