From 21d52ac87a1432856e1480373f6ceeb1e42309c0 Mon Sep 17 00:00:00 2001 From: Ismail El Korchi Date: Tue, 14 Apr 2020 22:18:23 +0100 Subject: [PATCH] Bump the Linux distribution on Travis from Trusty to Xenial And add missing OS and change matrix to jobs --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4545c1dd..d1a543fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ # For use with the Underscores WordPress theme. # @link https://github.com/Automattic/_s -# Tell Travis CI which distro to use. -dist: trusty +# Tell Travis CI which OS and which distro to use. +os: linux +dist: xenial # Cache directories between builds. # @link https://docs.travis-ci.com/user/caching/#arbitrary-directories @@ -30,7 +31,7 @@ php: - 7.2 - 7.3 -matrix: +jobs: fast_finish: true include: - php: 7.4