language: node_js node_js: - '12' - '10' - '8' script: - npm install jshint - npm run-script test - npm run-script lint - npm run-script flow