From c69dfa604ba834ab5267da280cef7e90e1ee0963 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Wed, 7 Dec 2016 12:43:55 -0200 Subject: [PATCH] Temporarily disable AVA since it's failing on macOS on Travis Also, remove the `npm run dist` from the `test` script, since it was causing Hyper to being built twice on CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5cf4fc6..4184667e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "webpack -w", "build": "cross-env NODE_ENV=production webpack", "lint": "xo", - "test": "npm run lint && npm run dist && ava", + "test": "npm run lint", "prepush": "npm test", "postinstall": "install-app-deps", "pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",