Skip to content

Commit 85483f1

Browse files
authored
Merge pull request #140 from carusogabriel/patch-1
Test against PHP 7.1 and 7.2
2 parents 2e86601 + 95c2d8b commit 85483f1

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
@@ -5,7 +5,9 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
9+
- 7.1
10+
- 7.2
911
# - 7.0 # Mac OS X, ignore errors, see below
1012
- hhvm # ignore errors, see below
1113

0 commit comments

Comments
 (0)