Skip to content

Commit c1232de

Browse files
authored
Merge pull request clue#83 from WyriHaximus-labs/php-7.1-7.2-and-7.3
Test against PHP 7.1, 7.2, and 7.3 on TravisCI
2 parents ec4985e + f4622d7 commit c1232de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
9+
- 7.1
10+
- 7.2
11+
- 7.3
912
- hhvm # ignore errors, see below
1013

1114
# lock distro so new future defaults will not break the build

0 commit comments

Comments
 (0)