1language: node_js 2language: node_js 3node_js: 4 - '0.8' 5 - '0.10' 6 - '0.12' 7 - 'iojs' 8before_install: 9 - npm install -g npm@latest 10