Skip to content

Commit 12366ae

Browse files
Merge pull request #72 from ntwb/patch-1
Add PHP 7.0 and 7.1 to Travis CI job matrix
2 parents 79028a9 + af20a40 commit 12366ae

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
@@ -12,8 +12,10 @@ branches:
1212
- master
1313

1414
php:
15-
- 5.3
15+
- 7.1
16+
- 7.0
1617
- 5.6
18+
- 5.3
1719

1820
cache:
1921
- composer

0 commit comments

Comments
 (0)