Skip to:
Content

bbPress.org

Changeset 5986


Ignore:
Timestamp:
03/18/2016 02:36:18 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Install NodeJS 4.x.x using NVM in Travis CI

See #2920

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r5985 r5986  
    8484    # prepare for running the tests
    8585    - cd $plugin_dir
     86    # setup NodeJS version using NVM
     87    - node --version
     88    - nvm install 4
     89    - node --version
    8690    - npm install -g grunt-cli
     91    - npm --version
    8792
    8893# before_script: Failures in this section will result in build status 'failed'
Note: See TracChangeset for help on using the changeset viewer.