📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:34:54
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
socks-proxy-agent
/
node_modules
/
agent-base
📍 /usr/lib/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base
🔄 Refresh
✏️
Editing: .travis.yml
Read Only
sudo: false language: node_js node_js: - "4" - "5" - "6" - "7" - "8" - "9" 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
💾 Save Changes
❌ Cancel