
| Current Path : /usr/share/nodejs/npm/node_modules/http-proxy-agent/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/nodejs/npm/node_modules/http-proxy-agent/.travis.yml |
sudo: false language: node_js node_js: - "4" - "5" - "6" - "7" - "8" install: - PATH="`npm bin`:`npm bin -g`:$PATH" # Install dependencies and build - npm install script: # Output useful info for debugging - node --version - npm --version # Run tests - npm test