Skip to content

Commit 57c6a3c

Browse files
committed
Add PHP 5.5, 7.1, and 7.2 to travis-ci tests
1 parent 61e4754 commit 57c6a3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: php
22
php:
33
- '5.4'
4+
- '5.5'
45
- '5.6'
56
- '7.0'
7+
- '7.1'
8+
- '7.2'
69
- nightly
710
script:
811
- make test

0 commit comments

Comments
 (0)