language: node_js sudo: false node_js: - '0.10' - '0.12' - 'iojs' before_install: - "mkdir -p ~/.npm" install: - npm install - npm install git://github.com/hybridgroup/cylon.git - npm install -g jshint istanbul codeclimate-test-reporter script: - make ci - CODECLIMATE_REPO_TOKEN=a26679d8271edd15d41889b92812ac00d6d1b6eafca2178b2a15b9a4c00b94b4 codeclimate-test-reporter < coverage/lcov.info