Skip to:
Content

bbPress.org

Ticket #2920: 2920.2.diff

File 2920.2.diff, 729 bytes (added by netweb, 9 years ago)

Include NodeJS TRAVIS_NODE_VERSION Travis CI env variable

  • .travis.yml

     
    1919# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
    2020# x.y mirrors the latest from the x.y branch
    2121env:
     22    - TRAVIS_NODE_VERSION="4"
    2223    - WP_VERSION=master
    2324    - WP_VERSION=4.4
    2425    - WP_VERSION=4.3
  • package.json

     
    2323    "grunt-wp-i18n": "~0.5.2",
    2424    "matchdep": "~1.0.1"
    2525  },
     26  "engines": {
     27    "node": ">=4.2.1"
     28  },
    2629  "keywords": [
    2730    "community",
    2831    "forums",