Merge pull request #1184 from grappler/feature/phpcs-php52

Travis: Use Ubuntu Trusty by default and Precise for PHP 5.2
This commit is contained in:
David A. Kennedy 2017-07-26 12:26:46 -04:00 committed by GitHub
commit 33290af84e
1 changed files with 2 additions and 0 deletions

View File

@ -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