sudo: false # allows builds to be run in a container (faster)
install: make
script: make test
language: node_js
node_js:
  - 10
  - 12
  - 13
