From a0305d5020d8ca599a37d7f1119d2384b8494200 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 15 Oct 2015 19:05:17 +0000 Subject: [PATCH] Add Twenty Sixteen to travis builds This allows the automated tests to include Twenty Sixteen. Fixes #34315. See #34306. git-svn-id: https://develop.svn.wordpress.org/trunk@35208 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b88d29188f..ec4faf62b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ matrix: - php: nightly before_install: - WP_CORE_DIR=/tmp/wordpress/ +- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen - | if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then mysql -e "CREATE DATABASE wordpress_tests;" -uroot