language: node_js sudo: false # Use container boxes for tests node_js: - "5" - "4" - "0.12" script: npm test matrix: fast_finish: true