Changeset 10703
- Timestamp:
- 04/13/2016 11:04:24 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r10699 r10703 59 59 # prepare for running the tests 60 60 - cd $plugin_dir 61 - gem install scss_lint 62 # setup NodeJS version using NVM 63 - node --version 64 - nvm install 4 65 - node --version 61 66 - npm install -g grunt-cli 62 - gem install scss_lint67 - npm --version 63 68 64 69 # before_script: Failures in this section will result in build status 'errored' -
trunk/package.json
r10624 r10703 26 26 "matchdep": "~1.0.0" 27 27 }, 28 "engines": { 29 "node": ">=4.2.1" 30 }, 28 31 "keywords": [ 29 32 "activity",
Note: See TracChangeset
for help on using the changeset viewer.