sudo: false language: node_js node_js: - 6 - 8 - 10 before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi script: npm run lint && npm test notifications: email: recipients: - VDVUGaD@gmail.com on_success: change on_failure: always