[Pkg-javascript-commits] [node-mocks-http] 185/296: updated; code climate configuration for travis-ci

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 8c3fa8bd305cbb1922613514e860b8d195909ced
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Wed Apr 8 09:41:50 2015 +0800

    updated; code climate configuration for travis-ci
---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 46e2b70..2e28e29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,15 +8,15 @@ notifications:
     - "howard.abrams at gmail.com"
     - "johnny.estilles at agentia.asia"
 
-# addons:
-#   code_climate:
-#     repo_token: === INSERT TOKEN HERE ===
+addons:
+  code_climate:
+    repo_token: 75dc20817d25bb52614e495f87d69b228edac0016fb096ccab2a75b624c68d4e
 
 before_script:
   - npm install -g gulp
-  # - npm install -g codeclimate-test-reporter
+  - npm install -g codeclimate-test-reporter
   - gulp lint
 
 after_script:
   - gulp coverage
-  # - codeclimate < ./coverage/lcov.info
+  - codeclimate < ./coverage/lcov.info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git



More information about the Pkg-javascript-commits mailing list