Skip to content

Commit

Permalink
Allow PHP 7.1 builds to fail
Browse files Browse the repository at this point in the history
The tests are segfaulting with PHP 7.1 Beta3, so let's ignore those failures
for now. We'll remove this once 7.1 becomes stable.
  • Loading branch information
colinodell committed Aug 28, 2016
1 parent b985484 commit e77b77b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ cache:
- $HOME/.composer/cache

matrix:
allow_failures:
- php: 7.1
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
Expand Down

1 comment on commit e77b77b

@GrahamCampbell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:trollface:

Please sign in to comment.