Skip to content

Commit 40bd4f8

Browse files
authored
Merge pull request #9 from amenk/patch-2
Add more PHP versions
2 parents 55ea333 + 6f597b4 commit 40bd4f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ language: php
33
php:
44
- 5.4
55
- 5.5
6-
6+
- 5.6
7+
- 7.0
8+
- 7.1
79
before_script:
810
- composer --dev install
911

0 commit comments

Comments
 (0)