Skip to content

Commit 9f39942

Browse files
authored
Update .travis.yml
Allow failures in PHP 5.6 and PHP 7.0
1 parent 3b47e65 commit 9f39942

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ matrix:
2727
allow_failures:
2828
- php: 7.2
2929
env: PHPDOC=3
30+
- php: 5.6
31+
- php: 7.0
32+
3033

3134
before_install:
3235
# Update composer

0 commit comments

Comments
 (0)