language: node_js install: - 'npm install' - 'npm -g install mocha' script: - 'mocha' node_js: - "8.9.1" - "6.12.0" - "4.8.6"