提交 4cb68c50516a85fe186a40895cf8f4ef20d342ac

作者 Nick Baugh
1 个父辈 50390543

added codeclimate to travis

正在显示 1 个修改的文件 包含 4 行增加1 行删除
@@ -2,7 +2,10 @@ language: node_js @@ -2,7 +2,10 @@ language: node_js
2 node_js: 2 node_js:
3 - '0.10' 3 - '0.10'
4 script: npm run-script test-travis 4 script: npm run-script test-travis
5 -after_script: npm install coveralls@2 && cat ./coverage/lcov.info | coveralls 5 +after_script:
  6 +- npm install coveralls@2
  7 +- cat ./coverage/lcov.info | coveralls
  8 +- cat ./coverage/lcov.info | coveclimate
6 notifications: 9 notifications:
7 webhooks: 10 webhooks:
8 urls: 11 urls:
注册登录 后发表评论