Skip to content

Commit bac0422

Browse files
authored
Adds PHP 7.2 to Travis (#186)
1 parent 9984a4d commit bac0422

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1
9+
- 7.2
10+
11+
matrix:
12+
include:
13+
- php: 5.3
14+
dist: precise
1015

1116
sudo: false
1217

0 commit comments

Comments
 (0)