Skip to content

Commit 4f06831

Browse files
committed
Add PHP 7 to travis test
1 parent 1b9f617 commit 4f06831

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ php:
33
- "5.4"
44
- "5.5"
55
- "5.6"
6+
- "7.0"
67
- "hhvm"
78
matrix:
89
allow_failures:
9-
- php: "hhvm"
10+
- php:
11+
- "7.0"
12+
- "hhvm"
1013
before_install:
1114
- "composer self-update"
1215
install:

0 commit comments

Comments
 (0)