From b443161ed6e5c7bb93eaa7256faf50edc7bdcd32 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Sat, 1 Nov 2014 07:45:39 +0700 Subject: [PATCH] Better build config for Travis CI. [skip ci] --- .travis.yml | 10 +++++----- codesniffer.ruleset.xml | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62d12ebb..6933ef04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,14 +26,14 @@ env: # @link https://github.com/WordPress/WordPress - WP_VERSION=master WP_MULTISITE=0 - 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 # @link https://github.com/WordPress/WordPress/tree/3.9-branch - WP_VERSION=3.9 WP_MULTISITE=0 - 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. # @link https://buddypress.trac.wordpress.org/ticket/5620 @@ -108,4 +108,4 @@ script: # Receive notifications for build results. # @link http://docs.travis-ci.com/user/notifications/#Email-notifications notifications: - email: false + email: false \ No newline at end of file diff --git a/codesniffer.ruleset.xml b/codesniffer.ruleset.xml index f710c963..52645411 100644 --- a/codesniffer.ruleset.xml +++ b/codesniffer.ruleset.xml @@ -1,5 +1,7 @@ + + A custom set of code standard rules to check for Underscores.