From f8b66133ed67bc83c194bb7f5047d9b3f574241e Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Mon, 18 Aug 2014 00:12:38 +0700 Subject: [PATCH] Prepare Underscores for Coding Standards. See https://github.com/Automattic/_s/issues/553. [skip ci] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 597e5af5..328a29fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ before_script: - mkdir -p $WP_DEVELOP_DIR # Use the Git mirror of WordPress. - git clone --depth=1 --branch="$WP_VERSION" git://develop.git.wordpress.org/ $WP_DEVELOP_DIR - # Set up Subtitles plugin information. + # Set up plugin information. - plugin_slug=$(basename $(pwd)) - plugin_dir=$WP_DEVELOP_DIR/src/wp-content/plugins/$plugin_slug - cd ..