language: node_js node_js: - "10" - "8" - "6" notifications: email: recipients: - ci@verylastroom.com on_success: change on_failure: change before_script: - yarn install --pure-install script: - yarn run test