node-postgres/.travis.yml
Luis Montes 13687353c9 Use mocha, istanbul, and coveralls (#16)
* some tests

* coveralls and mocha

* coveralls post test hook

* remove done calls
2017-08-30 13:58:52 -07:00

7 lines
91 B
YAML

language: node_js
node_js:
- '0.10'
- '6.9'
- '8'
after_success: 'npm run coveralls'