fix: travis

This commit is contained in:
harttle
2018-08-27 23:49:11 +08:00
parent 5378f2709b
commit c3c57a560b
9 changed files with 55 additions and 60 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"lint": "eslint src/ test/ *.js",
"dev": "mocha test/unit",
"test": "cross-env NODE_ENV=test nyc --reporter=html mocha test/unit",
"e2e": "npm run dist && mocha test/e2e",
"e2e": "mocha test/e2e",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"dist": "rollup -c && ls -lh dist",
"demo:browser": "echo open http://localhost:8080/demo/browser && http-server -c-1",