From 41b9ff2a270e40c27da1c76f75d9feb4bd97dba2 Mon Sep 17 00:00:00 2001
From: tatsy <tatsy.mail@gmail.com>
Date: Thu, 19 Feb 2015 17:22:24 +0900
Subject: [PATCH] Fix Makefile.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7c1991d..1326846 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ publish:
 test: lint
 	mocha
 
-test-ci: lint
+test-ci:
 	istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
 
 .PHONY: lint coverage
-- 
GitLab