language: node_js
node_js:
  - '10'
  - '8'
  - '6'

script: npm test
notifications:
  email:
    on_success: never
