Skip to content

Commit 36aaa45

Browse files
committed
Allow php 7.2 to fail
1 parent 82fc20f commit 36aaa45

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
@@ -12,6 +12,10 @@ branches:
1212
before_install:
1313
- composer install
1414

15+
matrix:
16+
allow_failures:
17+
- php: 7.2
18+
1519
env:
1620
TRELLIS_CONFIG_DIR=test/resources/config/
1721

0 commit comments

Comments
 (0)