language: node_js node_js: - "lts/*" script: - "if [[ -n $LINT_TEST ]]; then npm run lint; fi" - npm run test