Make WordPress Core

Changeset 31350


Ignore:
Timestamp:
02/06/2015 05:13:37 AM (10 years ago)
Author:
jorbin
Message:

Temporarily (I hope) remove PHP 5.2 from tests being run on travis-ci

Travis-ci has disabled PHP 5.2. This has happened before when 5.2 didn't compile and then was restored when that was fixed.

upstream: https://github.com/travis-ci/travis-ci/issues/3152
related: https://github.com/WP-API/WP-API/issues/846

See #31244.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r30988 r31350  
    55  - php: 5.5
    66    env: WP_TRAVISCI=travis:js
    7   - php: 5.2
    8     env: WP_TRAVISCI=travis:phpunit
    97  - php: 5.3
    108    env: WP_TRAVISCI=travis:phpunit
Note: See TracChangeset for help on using the changeset viewer.