language: node_js node_js: - '8' - '7' os: - linux cache: yarn: true directories: - node_modules install: yarn --frozen-lockfile script: yarn test