forked from mirror/_s
Better build config for Travis CI. [skip ci]
This commit is contained in:
parent
2540fb7b7f
commit
b443161ed6
10
.travis.yml
10
.travis.yml
|
@ -26,14 +26,14 @@ env:
|
||||||
# @link https://github.com/WordPress/WordPress
|
# @link https://github.com/WordPress/WordPress
|
||||||
- WP_VERSION=master WP_MULTISITE=0
|
- WP_VERSION=master WP_MULTISITE=0
|
||||||
- WP_VERSION=master WP_MULTISITE=1
|
- WP_VERSION=master WP_MULTISITE=1
|
||||||
|
# WordPress 4.0
|
||||||
|
# @link https://github.com/WordPress/WordPress/tree/4.0-branch
|
||||||
|
- WP_VERSION=4.0 WP_MULTISITE=0
|
||||||
|
- WP_VERSION=4.0 WP_MULTISITE=1
|
||||||
# WordPress 3.9
|
# WordPress 3.9
|
||||||
# @link https://github.com/WordPress/WordPress/tree/3.9-branch
|
# @link https://github.com/WordPress/WordPress/tree/3.9-branch
|
||||||
- WP_VERSION=3.9 WP_MULTISITE=0
|
- WP_VERSION=3.9 WP_MULTISITE=0
|
||||||
- WP_VERSION=3.9 WP_MULTISITE=1
|
- WP_VERSION=3.9 WP_MULTISITE=1
|
||||||
# WordPress 3.8
|
|
||||||
# @link https://github.com/WordPress/WordPress/tree/3.8-branch
|
|
||||||
- WP_VERSION=3.8 WP_MULTISITE=0
|
|
||||||
- WP_VERSION=3.8 WP_MULTISITE=1
|
|
||||||
|
|
||||||
# Declare 5.6 beta in test matrix.
|
# Declare 5.6 beta in test matrix.
|
||||||
# @link https://buddypress.trac.wordpress.org/ticket/5620
|
# @link https://buddypress.trac.wordpress.org/ticket/5620
|
||||||
|
@ -108,4 +108,4 @@ script:
|
||||||
# Receive notifications for build results.
|
# Receive notifications for build results.
|
||||||
# @link http://docs.travis-ci.com/user/notifications/#Email-notifications
|
# @link http://docs.travis-ci.com/user/notifications/#Email-notifications
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
|
@ -1,5 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ruleset name="Underscores WordPress Theme Coding Standards Configuration">
|
<ruleset name="Underscores WordPress Theme Coding Standards Configuration">
|
||||||
|
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
|
||||||
|
|
||||||
<!-- Set a description for this ruleset. -->
|
<!-- Set a description for this ruleset. -->
|
||||||
<description>A custom set of code standard rules to check for Underscores.</description>
|
<description>A custom set of code standard rules to check for Underscores.</description>
|
||||||
|
|
||||||
|
|
Reference in New Issue