From e9a4251c7e5b6b15bd4f0008f0a59b5bc8d44ace Mon Sep 17 00:00:00 2001 From: troosan Date: Sun, 1 Sep 2019 21:54:28 +0200 Subject: [PATCH] Use precise only for php 5.3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 806a5f57..b689506c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php -dist: precise +dist: xenial php: - 5.3 @@ -18,6 +18,7 @@ matrix: - php: 7.0 env: COVERAGE=1 - php: 5.3 + dist: precise env: COMPOSER_MEMORY_LIMIT=2G - php: 7.3 env: DEPENDENCIES="--ignore-platform-reqs"