From 8623085c2a94e80cb54c33aaea2afc3cf93a5767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 18 Jun 2015 13:50:34 +0200 Subject: [PATCH] Debugging test failing on travis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf30697..feb5028 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "sinon-chai": "^2.7.0" }, "scripts": { - "test": "grunt test" + "test": "DEBUG=ylt:imageOptimizer grunt test" } }