Browse Source

remove zuul from travis

patch-2
Manuel Araoz 10 years ago
parent
commit
fd88637a31
  1. 2
      package.json

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

Loading…
Cancel
Save