language: node_js
node_js:
 # TODO: - "0.11"
 - "0.10"
after_script:
 - npm run coverage 
