Skip to content

Commit 2948d44

Browse files
committed
Update Travis to test PHP 7.0, 7.1 and 7.2
1 parent 5e96607 commit 2948d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ sudo: false
33
language: php
44

55
php:
6-
- 5.5
7-
- 5.6
86
- 7.0
7+
- 7.1
8+
- 7.2
99

1010
before_install:
1111
- composer self-update

0 commit comments

Comments
 (0)