From 91e1ae2a70225be23e15020fcc679f3f0187b4c3 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 9 Mar 2017 01:10:54 +0000 Subject: [PATCH] Build/Test tools: Remove the unnecessary clone of the twentysixteen repo. This is no longer needed since #31550. Fixes #40066 git-svn-id: https://develop.svn.wordpress.org/trunk@40252 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 397e773a0e..851073fe4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;"