1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Merge pull request #887 from remicollet/travis-php71

enable 7.1 on travis
This commit is contained in:
Jordi Boggiano
2016-11-17 12:01:44 +01:00
committed by GitHub

View File

@@ -11,6 +11,7 @@ matrix:
- php: 5.5 - php: 5.5
- php: 5.6 - php: 5.6
- php: 7 - php: 7
- php: 7.1
- php: hhvm - php: hhvm
fast_finish: true fast_finish: true