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