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
This commit is contained in:
Matheus Fernandes 2016-12-07 12:43:55 -02:00
parent 7df5cbac08
commit c69dfa604b
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -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",