language: node_js node_js: - '7' - '6' before_install: - npm install -g yarn - yarn --version after_success: - yarn test