Skip to content

Commit a62f658

Browse files
committed
Allow PHP 5.4 to fail
PHPUnit on PHP 5.4 seems to hang at the end of it's execution for no apparent reason. (Even when successful.)
1 parent 542acfa commit a62f658

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ php:
1313
- 7.2
1414
- nightly
1515

16+
matrix:
17+
allow_failures:
18+
- php: 5.4
19+
1620
install:
1721
- ./travis-init.sh
1822
- composer install -n

0 commit comments

Comments
 (0)