From 4e69e3ffe100a9846099be5deca175bf127c616f Mon Sep 17 00:00:00 2001 From: Ulrich Pogson Date: Tue, 18 Jul 2017 23:40:25 +0200 Subject: [PATCH] Use Ubuntu Trusty by default and Precise for PHP 5.2 Starting July 18th 2017, Travis will begin switching the default image to trusty, which does not support PHP 5.2 or 5.3. https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4de30e58..18a0ea73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ # @link http://docs.travis-ci.com/user/migrating-from-legacy/#Why-migrate-to-container-based-infrastructure%3F # @link http://docs.travis-ci.com/user/workers/container-based-infrastructure/#Routing-your-build-to-container-based-infrastructure sudo: false +dist: trusty # Declare project language. # @link http://about.travis-ci.org/docs/user/languages/php/ @@ -22,6 +23,7 @@ matrix: # Current $required_php_version for WordPress: 5.2.4 # aliased to 5.2.17 - php: '5.2' + dist: precise # aliased to a recent 5.6.x version - php: '5.6' env: SNIFF=1