Skip to:
Content

BuddyPress.org

Changeset 12278 for trunk/.travis.yml


Ignore:
Timestamp:
11/07/2018 03:27:42 PM (6 years ago)
Author:
boonebgorges
Message:

Another try at adding exec:phpcompat Grunt task.

Changeset [12277] didn't properly apply the changes.

See #7997.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12264 r12278  
    3636    - php: 7.2
    3737      env: WP_VERSION=master BP_TRAVISCI=travis:grunt
     38    - php: 7.2
     39      env: WP_VERSION=master BP_TRAVISCI=travis:phpcompat
    3840    - php: 5.3
    3941      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
     
    8183  # prepare for running the tests
    8284  - cd $plugin_dir
     85  - composer install
    8386
    8487  # setup NodeJS version using NVM
Note: See TracChangeset for help on using the changeset viewer.