Build/Test tools: Remove the unnecessary clone of the twentysixteen repo.

This is no longer needed since #31550.

Fixes #40066

Merges [40252] to the 4.7 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/4.7@40253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-03-09 01:35:50 +00:00
parent ddf26b95ac
commit 001cad9cf6
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ matrix:
- php: hhvm
- php: nightly
before_install:
- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
- |
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
mysql -u root -e "CREATE DATABASE wordpress_tests;"