Browse Source

Disable zuul for now

Kevin van Zonneveld 9 years ago
parent
commit
5bef2a2016
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -18,7 +18,7 @@
     "start": "npm run build && npm run web",
     "test:phantom": "zuul test/spec/upload.js --phantom",
     "test:unit": "node test/index.js",
-    "test": "npm run lint && npm run test:unit && npm run test:phantom",
+    "test": "npm run lint && npm run test:unit",
     "watch:all": "parallelshell 'npm run watch' 'npm run web'",
     "watch:css": "nodemon --watch src --ext scss -x 'npm run build && node website/update.js'",
     "watch:examples": "cd website && node build-examples.js watch",