sudo: false language: node_js before_install: - 'npm i -g public-ip' - 'npm i -g npm' node_js: - 'v12' install: - npm install script: - npm run test