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