fixing travis CI builds for php 5.5, which require trusty

This commit is contained in:
El RIDO
2020-01-11 13:30:14 +01:00
parent 1b966b35fc
commit 2a5f622580

View File

@@ -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'