fixing travis CI builds for php 5.5, which require trusty
This commit is contained in:
parent
1b966b35fc
commit
2a5f622580
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
language: php
|
||||
sudo: false
|
||||
# only needed for PHP 5.5 support as of 2019-07
|
||||
dist: trusty
|
||||
php:
|
||||
- '5.4'
|
||||
- '5.5'
|
||||
|
|
Loading…
Reference in a new issue