Make WordPress Core

Changeset 33443 for trunk/.travis.yml


Ignore:
Timestamp:
07/27/2015 03:15:34 PM (10 years ago)
Author:
markjaquith
Message:

Switch explicitly from nightly to 7.0 for Travis, for clarity.

props netweb
fixes #33136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r31558 r33443  
    1717  - php: hhvm
    1818    env: WP_TRAVISCI=travis:phpunit
    19   - php: nightly
     19  - php: 7.0
    2020    env: WP_TRAVISCI=travis:phpunit
    2121  allow_failures:
    2222  - php: hhvm
    23   - php: nightly
     23  - php: 7.0
    2424  fast_finish: true
    2525before_install:
Note: See TracChangeset for help on using the changeset viewer.