Skip to content

Commit d4d6eb1

Browse files
committed
Add PHP 7.0, 7.1 and 7.2 to travis.yml.
1 parent 81db404 commit d4d6eb1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: php
22
php:
3-
- 5.6
4-
- 5.5
5-
- 5.4
63
- 5.3
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- 7.1
9+
- 7.2
710
- hhvm
811
install:
912
- composer install --prefer-source --no-interaction

0 commit comments

Comments
 (0)