Prepare Underscores for Coding Standards. See https://github.com/Automattic/_s/issues/553. [skip ci]

This commit is contained in:
Philip Arthur Moore 2014-08-18 00:12:38 +07:00
parent 895b7a93ab
commit f8b66133ed
1 changed files with 1 additions and 1 deletions

View File

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