Skip to:
Content

BuddyPress.org

Changeset 8382


Ignore:
Timestamp:
05/04/2014 06:29:14 PM (9 years ago)
Author:
djpaul
Message:

Tests, Travis: remove multisite from build matrix.

grunt tests or travis executes tests for both multisite and regular flavours. As such, we
do not need to configure Travis-CI's build matrix with multisite options.

This change is needed as result of the trunk re-organisation caused by the adoption of Grunt. See #5160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r8381 r8382  
    88
    99env:
    10     - WP_VERSION=trunk WP_MULTISITE=0
    11     - WP_VERSION=tags/3.8.1 WP_MULTISITE=0
    12     - WP_VERSION=tags/3.7.1 WP_MULTISITE=0
    13     - WP_VERSION=trunk WP_MULTISITE=1
    14     - WP_VERSION=tags/3.8.1 WP_MULTISITE=1
    15     - WP_VERSION=tags/3.7.1 WP_MULTISITE=1
     10    - WP_VERSION=trunk
     11    - WP_VERSION=tags/3.8.1
     12    - WP_VERSION=tags/3.7.1
     13    - WP_VERSION=trunk
     14    - WP_VERSION=tags/3.8.1
     15    - WP_VERSION=tags/3.7.1
    1616
    1717before_script:
Note: See TracChangeset for help on using the changeset viewer.