language: node_js node_js: - "stable" - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" script: - npm run test - npm run test-preserve-arrays after_success: 'npm run coveralls'