Skip to content

Commit 7de18ec

Browse files
Merge pull request #5 from h4cc/patch-1
Added PHP 5.5 and 5.6 to travis.
2 parents bc7a6f1 + aeaa61a commit 7de18ec

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,8 +3,10 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
7+
- 5.6
68

79
before_script: composer install --dev
810

911
notifications:
10-
12+

0 commit comments

Comments
 (0)