compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
16 lines (12 loc) • 310 B
YAML
sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
language: node_js
node_js:
- 0.10
- 0.12
- iojs
before_install:
- mkdir node_modules; ln -s ../ node_modules/cli-color
notifications:
email:
- medikoo+cli-color@medikoo.com
script: "npm test && npm run lint"