remove zuul from travis

This commit is contained in:
Manuel Araoz 2015-01-08 19:19:52 -03:00
parent a996b465fc
commit fd88637a31
1 changed files with 1 additions and 1 deletions

View File

@ -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"