language: node_js
node_js:
  - 6
  - 7
  - 8
  - 9
  - 10
  - 12
  - 14
services: mongodb
script: travis_retry npm run test
