Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit a9828ed

Browse files
committed
Allow failures on the PHP 7.0 build due to impossible dependencies in PHPUnit
Issue was reported at sebastianbergmann/phpunit#2754
1 parent 01c78c9 commit a9828ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ php:
66
- 7.1
77
- 7.2
88

9+
matrix:
10+
allow_failures:
11+
- php: 7.0 # Does not work until https://github.com/sebastianbergmann/phpunit/issues/2754 is resolved
12+
913
cache:
1014
directories:
1115
- vendor

0 commit comments

Comments
 (0)