forked from mirror/_s
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:
commit
33290af84e
|
@ -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/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
|
# @link http://docs.travis-ci.com/user/workers/container-based-infrastructure/#Routing-your-build-to-container-based-infrastructure
|
||||||
sudo: false
|
sudo: false
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
# Declare project language.
|
# Declare project language.
|
||||||
# @link http://about.travis-ci.org/docs/user/languages/php/
|
# @link http://about.travis-ci.org/docs/user/languages/php/
|
||||||
|
@ -22,6 +23,7 @@ matrix:
|
||||||
# Current $required_php_version for WordPress: 5.2.4
|
# Current $required_php_version for WordPress: 5.2.4
|
||||||
# aliased to 5.2.17
|
# aliased to 5.2.17
|
||||||
- php: '5.2'
|
- php: '5.2'
|
||||||
|
dist: precise
|
||||||
# aliased to a recent 5.6.x version
|
# aliased to a recent 5.6.x version
|
||||||
- php: '5.6'
|
- php: '5.6'
|
||||||
env: SNIFF=1
|
env: SNIFF=1
|
||||||
|
|
Reference in New Issue