[Pkg-javascript-commits] [node-mocks-http] 175/296: updated; travis config file with new test environment, with placeholders for code climate configuration

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:33 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 f90b340eac810f24b68310e041e459f046a5f10e
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Wed Apr 8 08:59:44 2015 +0800

    updated; travis config file with new test environment, with placeholders for code climate configuration
---
 .travis.yml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 258b336..46e2b70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,19 @@ node_js:
   - "0.12"
 
 notifications:
-  email: 
+  email:
     - "howard.abrams at gmail.com"
     - "johnny.estilles at agentia.asia"
+
+# addons:
+#   code_climate:
+#     repo_token: === INSERT TOKEN HERE ===
+
+before_script:
+  - npm install -g gulp
+  # - npm install -g codeclimate-test-reporter
+  - gulp lint
+
+after_script:
+  - gulp coverage
+  # - 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