Merge pull request #921 from maraoz/remove/zuul

remove zuul from travis
This commit is contained in:
Braydon Fuller 2015-01-08 17:28:34 -05:00
commit 3b4aaff44d
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"