language: node_js
node_js:
  - "node"
  - "8"
  - "7"
  - "6"
  - "5"
  - "4"
after_success:
  - bash <(curl -s https://codecov.io/bash)
