Skip to content
Snippets Groups Projects
Commit 5adbd3d5 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

allow PHP 5.6 to fail

parent 0a65114a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ php:
- "5.5"
- "5.4"
- "5.3"
# PHP 5.6 is not yet released, allow failures
matrix:
allow_failures:
- "5.6"
notifications:
irc:
channels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment