language: node_js node_js: - "0.10" - "0.11" - "0.12" - "iojs" - "iojs-v1.0.4" sudo: false cache: directories: - node_modules env: global: - secure: dILRjgEPjnDy8wcqSkKS4KoxSykeffpReeiRXcXNK9iJvoxNQpfEycVuC7eG4KmdHdLj8RmrPIHE3S2x+su7LD5Nly/StaxfYTWIi1++3wSLP+SlDdv9h+uy2uA6bMsP4hys2ArQ+i/P5V4r5zq1iLIf3mavIchNwTT3ThhOIso= script: gulp ci after_script: - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js - cat ./coverage/lcov.info | ./node_modules/codeclimate-test-reporter/bin/codeclimate.js - rm -rf ./coverage