language: node_js node_js: - 8 script: - node --version - yarn --version - yarn run test notifications: email: false cache: yarn: true directories: - node_modules