Skip to content

Commit 103af18

Browse files
authored
Merge pull request #11 from mikefrancis/patch-2
Drop unsupported PHP 5.5 from Travis build and include PHP 7.0
2 parents 609cf78 + b7d967e commit 103af18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
5+
- 7.0
6+
- 7.1
67
- hhvm
78

89
before_script:

0 commit comments

Comments
 (0)