From fd88637a3130531e78e12ea9404e0cf4c1e5573d Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 8 Jan 2015 19:19:52 -0300 Subject: [PATCH] remove zuul from travis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33febb8..0bad982 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "index.js", "scripts": { "lint": "gulp lint", - "test": "gulp test && ./node_modules/zuul/bin/zuul -- test/*.js", + "test": "gulp test", "coverage": "gulp coverage", "build": "gulp", "postinstall": "node ./lib/errors/build.js"