Files
protocol/.travis.yml
T
Shahar Soel 5eaa50f22f Some improvements to development workflow:
* Explicitly declare dependency to mocha.
  This helps avoid depending on a globaly installed mocha package
  As npm scripts (npm test) add node_modules/.bin/ to their PATH.

* A single Grunt task to compile/create test artifacts/run tests/create
  coverage report (created in ./coverage dir).
2015-07-24 14:29:49 +03:00

4 lines
38 B
YAML

language: node_js
node_js:
- "0.10"