Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Removing 5.5 from allowed failures now that it is stable #4713

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -6,10 +6,6 @@ php:
- 5.4
- 5.5

matrix:
allow_failures:
- php: 5.5

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

Expand Down