language: node_js node_js: - node - 6 - 4 cache: yarn: true before_install: - npm i -g yarn install: - yarn script: - yarn test