language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- node_modules