sudo: false language: node_js node_js: - "stable" script: - npm run test - npm run lint # - npm run flow