From c8624bfa7fc9a91b679c131f9a64e5107d810d46 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Fri, 21 Jun 2013 16:52:54 +0200 Subject: [PATCH] fix(tests): travis CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca6345d6c..7442b3c8d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A translation module for AngularJS", "main": "index.js", "scripts": { - "test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run" + "test": "./node_modules/karma/bin/karma start karma.unit.conf.js --browsers Firefox --single-run" }, "author": { "name": "Pascal Precht"