From 89117a92f6124ecc07ce436ee13172ceb4aa60f1 Mon Sep 17 00:00:00 2001 From: Willem Wollebrants Date: Thu, 15 Aug 2019 16:56:21 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbea42c..4fbbaa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +#see https://travis-ci.community/t/php-5-4-and-5-5-archives-missing/3723 +dist: trusty + # see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php @@ -19,7 +22,7 @@ matrix: - php: nightly include: - php: 5.3 - dist: trusty + dist: precise before_script: - composer install