Skip to content

Commit 0ce3a8f

Browse files
committed
Add PHP 7.0 to the list of tested PHP versions.
1 parent 9965a2f commit 0ce3a8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78
- hhvm
89

10+
matrix:
11+
allow_failures:
12+
- php: 7.0
13+
914
before_script:
1015
- composer self-update
1116
- composer update

0 commit comments

Comments
 (0)