charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
12 lines (11 loc) • 385 B
YAML
sudo: false
language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'
before_script:
- git config --global user.name "Travis-CI"
- git config --global user.email "dummy@example.org"
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --timeout 20000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage