Skip to content

Commit 12921f3

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

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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
11+
matrix:
12+
include:
13+
- php: 5.3
14+
dist: precise
815
install:
916
- composer install --prefer-source --no-interaction
1017
script:

0 commit comments

Comments
 (0)