Skip to content

Commit dad3d2b

Browse files
committed
Allow tests to fail on PHP7.2
1 parent 69b264f commit dad3d2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ php:
55
- 7.1
66
- 7.2
77

8+
matrix:
9+
allow_failures:
10+
- php: 7.2
11+
812
before_script:
913
- travis_retry composer install --prefer-source --no-interaction --dev
1014

0 commit comments

Comments
 (0)