language: node_js cache: yarn: true directories: - node_modules node_js: - '8' install: - yarn install script: - yarn link - yarn test