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