Skip to content

Commit 05bbf82

Browse files
committed
Merge pull request #18 from umpirsky/feature/php7
PHP7 support
2 parents ca324e7 + 0206f6d commit 05bbf82

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
@@ -4,9 +4,12 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
8+
- 7.0
9+
- hhvm
710

811
before_script:
9-
- composer install --prefer-dist --dev
12+
- composer install --prefer-dist --dev
1013

1114
script:
1215
- mkdir -p build/logs

0 commit comments

Comments
 (0)