mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Try PHP 7.1 as PHP 7.0 on travis is too old
This commit is contained in:
parent
5e7d103eab
commit
6fb8cd293a
|
|
@ -2,7 +2,8 @@ language: php
|
|||
php:
|
||||
- '5.5'
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
# - '7.0'
|
||||
- '7.1'
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user