Add Chrome reftests to Travis

This commit is contained in:
MoyuScript
2017-08-11 23:25:37 +08:00
parent a21deb58c0
commit 70a9bf2f97
3 changed files with 8 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
"format": "prettier --single-quote --no-bracket-spacing --tab-width 4 --print-width 100 --write \"{src,tests,scripts}/**/*.js\"",
"flow": "flow",
"lint": "eslint src/**",
"test": "npm run flow && npm run lint",
"test": "npm run flow && npm run lint && karma start --single-run --browsers Chrome",
"karma": "karma start karma.conf.js",
"watch": "webpack --progress --colors --watch"
},