Skip to content

Commit 35bf3e6

Browse files
authored
Merge pull request #31 from WyriHaximus-labs/php-5.4-allow-failure
Allow PHP 5.4 to fail
2 parents 542acfa + f0b900a commit 35bf3e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

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

16+
matrix:
17+
allow_failures:
18+
- php: 5.4
19+
- php: 7.1
20+
1621
install:
1722
- ./travis-init.sh
1823
- composer install -n

0 commit comments

Comments
 (0)