From 44c178ec4ff6ddc58b166cc0677306b7d56cc215 Mon Sep 17 00:00:00 2001 From: Mathew May Date: Fri, 21 Jun 2019 09:36:23 +0800 Subject: [PATCH] MDL-60088 travis: add dist:trusty to travis We are doing this because travis changed its default release to xenial. So this is a stop gap and we will add xenial support moving forward. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4f4e263977f..99163c7f152 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ notifications: language: php +dist: trusty + php: # We only run the highest and lowest supported versions to reduce the load on travis-ci.org. - 7.3