language: node_js os: - linux install: - npm install yarn -g - yarn node_js: - 7.3.0 script: - npm test