From c5cfe3cd1a77b8c0555a2ee9909d78fc9837dbf1 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 4 Nov 2019 14:46:38 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 15701ac7..78e9b6a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: php +# In order to use PHP 5.4/5.5, use Ubuntu 14 (Trusty) instead of the newer Ubuntu 16 (Xenial) +# https://docs.travis-ci.com/user/languages/php/#php-54x---55x-support-is-available-on-precise-and-trusty-only +dist: trusty php: - "7.1" - "5.6"