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=27e9bb7ebda582e886b1e67379b4cb90730c6ec99e979ea4d6aeb41f922d2e10 codeclimate-test-reporter < coverage/lcov.info