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
This commit is contained in:
parent
3a8bd20594
commit
a0305d5020
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user