Bump the Linux distribution on Travis from Trusty to Xenial

And add missing OS and change matrix to jobs
This commit is contained in:
Ismail El Korchi 2020-04-14 22:18:23 +01:00
parent ce85ca3291
commit 21d52ac87a
1 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,9 @@
# For use with the Underscores WordPress theme. # For use with the Underscores WordPress theme.
# @link https://github.com/Automattic/_s # @link https://github.com/Automattic/_s
# Tell Travis CI which distro to use. # Tell Travis CI which OS and which distro to use.
dist: trusty os: linux
dist: xenial
# Cache directories between builds. # Cache directories between builds.
# @link https://docs.travis-ci.com/user/caching/#arbitrary-directories # @link https://docs.travis-ci.com/user/caching/#arbitrary-directories
@ -30,7 +31,7 @@ php:
- 7.2 - 7.2
- 7.3 - 7.3
matrix: jobs:
fast_finish: true fast_finish: true
include: include:
- php: 7.4 - php: 7.4