Skip to content

Commit

Permalink
Eliminate installation of Jetpack for tests since removed in #1149
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jan 17, 2019
1 parent f537547 commit 74bbb59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .dev-lib
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ DEV_LIB_SKIP="$DEV_LIB_SKIP,jshint"
CHECK_SCOPE=all

function after_wp_install {
echo -n "Installing Jetpack..."
svn export -q https://plugins.svn.wordpress.org/jetpack/trunk/ "$WP_CORE_DIR/src/wp-content/plugins/jetpack"
echo "done"

if [[ $WP_VERSION == 4.* ]]; then
echo -n "Installing Gutenberg..."
svn export -q https://plugins.svn.wordpress.org/gutenberg/trunk/ "$WP_CORE_DIR/src/wp-content/plugins/gutenberg"
Expand Down

0 comments on commit 74bbb59

Please sign in to comment.