mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
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
9 lines
125 B
YAML
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
|