language: node_js node_js: - "stable" dist: trusty sudo: required addons: chrome: stable cache: yarn: true directories: - node_modules install: - yarn script: - yarn test