Skip to:
Content

BuddyPress.org

Changeset 12823


Ignore:
Timestamp:
12/12/2020 10:49:40 AM (6 years ago)
Author:
imath
Message:

Add unit tests for WP 5.6 and bump ini node module to v1.3.8

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12766 r12823  
    2828env:
    2929  - WP_VERSION=master BP_TRAVISCI=travis:phpunit
     30  - WP_VERSION=5.6 BP_TRAVISCI=travis:phpunit
    3031  - WP_VERSION=5.5 BP_TRAVISCI=travis:phpunit
    3132  - WP_VERSION=5.4 BP_TRAVISCI=travis:phpunit
  • trunk/npm-shrinkwrap.json

    r12821 r12823  
    93259325                },
    93269326                "ini": {
    9327                         "version": "1.3.5",
    9328                         "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
    9329                         "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
     9327                        "version": "1.3.8",
     9328                        "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
     9329                        "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
    93309330                        "dev": true
    93319331                },
Note: See TracChangeset for help on using the changeset viewer.