Skip to content

Commit 2c9228e

Browse files
authored
Update .travis.yml
1 parent 9c21e5e commit 2c9228e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- hhvm
8+
- 7.0
9+
- 7.1
10+
- 7.2
911

12+
matrix:
13+
include:
14+
- php: 5.3
15+
dist: precise
16+
1017
before_script:
1118
- composer install -n --dev --prefer-source
1219

0 commit comments

Comments
 (0)