Make WordPress Core

Changeset 35208


Ignore:
Timestamp:
10/15/2015 07:05:17 PM (9 years ago)
Author:
jorbin
Message:

Add Twenty Sixteen to travis builds

This allows the automated tests to include Twenty Sixteen.

Fixes #34315. See #34306.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r35150 r35208  
    2727before_install:
    2828- WP_CORE_DIR=/tmp/wordpress/
     29- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
    2930- |
    3031  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
Note: See TracChangeset for help on using the changeset viewer.