Skip to content

Commit 09f15da

Browse files
committed
drop support for php versions 5.3 and 5.4
1 parent e4888f8 commit 09f15da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ php:
88

99
matrix:
1010
allow_failures:
11-
- php: 5.6
11+
- php: 5.3
12+
- php: 5.4
1213
- php: hhvm
1314

1415
install:

0 commit comments

Comments
 (0)