os: - osx language: node_js node_js: - '8' cache: yarn install: - yarn script: - node --version - npm --version - yarn --version - yarn test