Skip to content

Commit 368e007

Browse files
committed
Merge pull request #27 from JeroenDeDauw/patch-1
Also run tests against PHP 5.6 and PHP 7
2 parents ab708b8 + 4d537cc commit 368e007

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: php
33
php:
44
- 5.4
55
- 5.5
6+
- 5.6
7+
- 7
68

79
before_script:
8-
- composer install
10+
- composer install

0 commit comments

Comments
 (0)