Skip to content

Commit 6114b48

Browse files
Tolerate PHP 7.2 failures on CI until the project is properly migrated to support it
1 parent 163bca1 commit 6114b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ matrix:
1313
- php: 5.6
1414
- php: 7.0
1515
- php: 7.1
16-
- php: 7.2
1716
- php: nightly
1817
allow_failures:
18+
- php: 7.2
1919
- php: nightly
2020

2121
script:

0 commit comments

Comments
 (0)