// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
normalize-git-url
[ PARENT ]
EDIT :: .travis.yml
language: node_js node_js: - "5" - "4" - iojs - "0.12" - "0.10" - "0.8" sudo: false script: "npm test"
SAVE
CANCEL