language: node_js

node_js:
  - 12

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test

env:
  - CXX=g++-4.8

services:
  - xvfb

install:
  - npm install

script:
  - npm test
