language: node_js node_js: - "node" cache: directories: - "node_modules" before_script: yarn run build script: yarn test addons: chrome: stable