1
0
mirror of https://github.com/flarum/core.git synced 2025-04-22 08:06:15 +02:00

Travis: Run tests on PHP 7.1 as well

This commit is contained in:
Franz Liedke 2017-02-03 21:53:39 +01:00
parent 015967a76c
commit 0dcf7d6aa9
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -3,6 +3,7 @@ language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
matrix: