language: node_js

os:
  - "linux"
  - "osx"

node_js:
  - "8"
  - "10"
  - "12"
  - "node"

script: 
  - npm test
after_success: 
  - bash <(curl -s https://codecov.io/bash)  
