// SYSTEM PANEL //
[ROOT]
/
lib
/
node_modules
/
npm
/
node_modules
/
dezalgo
[ PARENT ]
EDIT :: .travis.yml
language: node_js before_script: npm install -g npm@latest node_js: - '0.8' - '0.10' - '0.12' - 'iojs'
SAVE
CANCEL