// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
npm-registry-client
[ PARENT ]
EDIT :: .travis.yml
language: node_js node_js: - "4" - "6" - "0.10" - "0.12" script: "npm test" sudo: false before_install: - "npm install -g npm@latest" notifications: slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
SAVE
CANCEL