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:
parent
ddf26b95ac
commit
001cad9cf6
@ -36,7 +36,6 @@ matrix:
|
|||||||
- php: hhvm
|
- php: hhvm
|
||||||
- php: nightly
|
- php: nightly
|
||||||
before_install:
|
before_install:
|
||||||
- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
|
|
||||||
- |
|
- |
|
||||||
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
|
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
|
||||||
mysql -u root -e "CREATE DATABASE wordpress_tests;"
|
mysql -u root -e "CREATE DATABASE wordpress_tests;"
|
||||||
|
Loading…
Reference in New Issue
Block a user