Skip to content

Commit 4746eb4

Browse files
authored
Merge pull request #87 from kasperg/fix-php-53-build
Fix builds on PHP 5.3 (and also run tests on PHP 7.2)
2 parents a8c94bc + 25b59df commit 4746eb4

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: php
2-
php:
3-
- 5.3
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- 7.1
9-
- hhvm
102

113
matrix:
4+
include:
5+
- php: 5.3
6+
dist: precise
7+
- php: 5.4
8+
- php: 5.5
9+
- php: 5.6
10+
- php: 7.0
11+
- php: 7.1
12+
- php: 7.2
13+
- php: hhvm
1214
allow_failures:
1315
- php: hhvm
1416

0 commit comments

Comments
 (0)