Files
cgm-remote-monitor/.travis.yml
T
Douglas Eichelberger ecdabe815d overhaul Makefile and .travis.yml
add tests for node v0.12
move coveralls to after_script (prevents coveralls from failing travis)
use project installs of mocha and istanbul exclusively

resolves #414
2015-02-16 08:45:47 -08:00

9 lines
125 B
YAML

language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
services: mongodb
script: make travis
after_script: make report