language: node_js

node_js:
  - '12'

env:
  - TRAVIS=true

addons:
  chrome: stable

before_script:
  - "npm install"
  - "npm run build"

script:
  - "npm run test"