Skip to content

Commit 571b531

Browse files
authored
Merge pull request #15 from nicolasmure/feature/enhance-support
testing against php 5.6 and 7.2
2 parents 1492c23 + 6a92772 commit 571b531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: php
22
php:
33
- '5.4'
4+
- '5.6'
45
- '7.0'
56
- '7.1'
7+
- '7.2'
68

79
before_install:
810
- mkdir -p build/logs

0 commit comments

Comments
 (0)