justo-generator-node
Version:
Generator for Node.js.
35 lines (34 loc) • 365 B
YAML
language: node_js
node_js:
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 5.7
- 5.8
- 5.9
- 5.10
- 5.11
- 6.0
- 6.1
- 6.2
- 6.3
- 6.4
- 6.5
- 6.6
- 6.7
- 6.8
- 6.9
os:
- linux
sudo: false
before_install: npm install -g justo-cli
install: npm install
#before_script:
#script:
#after_success:
#after_failure:
#after_script: