rootslab/funny

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js: 
 - "0.11"
 - "0.10"
before_script: 
 - npm install -g istanbul
 - npm install -g codeclimate-test-reporter
script: istanbul cover -v test/run.js 
after_script:
 - codeclimate < coverage/lcov.info
env: 
 - CODECLIMATE_REPO_TOKEN=7f923157274ac832e8ede48cb43f2ae68653420ef40496f78a2d87c80df078da