From 5bef2a2016b1b317391a76edbdfbbcfcdb3cad7e Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Thu, 11 Feb 2016 09:43:38 +0100 Subject: [PATCH] Disable zuul for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1ce97aa7..ab4a54e01 100644 --- a/package.json +++ b/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",