Skip to:
Content

BuddyPress.org

Changeset 12499


Ignore:
Timestamp:
11/29/2019 04:55:19 AM (5 years ago)
Author:
imath
Message:

Update phplint Grunt task excluding src/bp-core/compat/php56/*.php

This should fix the failing Travis job (PHP: 5.3 WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit)

See #8163 (Trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r12451 r12499  
    270270        },
    271271        phplint: {
    272             good: ['src/**/*.php'].concat( BP_EXCLUDED_MISC )
     272            good: ['src/**/*.php', '!src/bp-core/compat/php56/*.php'].concat( BP_EXCLUDED_MISC )
    273273        },
    274274        postcss: {
Note: See TracChangeset for help on using the changeset viewer.