Changeset 5986
- Timestamp:
- 03/18/2016 02:36:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r5985 r5986 84 84 # prepare for running the tests 85 85 - cd $plugin_dir 86 # setup NodeJS version using NVM 87 - node --version 88 - nvm install 4 89 - node --version 86 90 - npm install -g grunt-cli 91 - npm --version 87 92 88 93 # before_script: Failures in this section will result in build status 'failed'
Note: See TracChangeset
for help on using the changeset viewer.