Run tests on Firefox in Travis

This commit is contained in:
Tim Schaub
2017-07-03 16:34:28 -06:00
parent 3bdddeac1d
commit fb820f4b81
4 changed files with 12 additions and 102 deletions

View File

@@ -12,9 +12,10 @@
"install": "node tasks/install.js",
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"pretest": "eslint tasks test src examples",
"lint": "eslint tasks test src examples",
"lint-package": "eslint --fix build/package",
"test": "node tasks/test.js",
"pretest": "npm run lint",
"test": "npm run karma -- --single-run",
"debug-server": "node tasks/serve-lib.js",
"karma": "node tasks/test-all.js start test/karma.config.js"
},
@@ -64,6 +65,7 @@
"jscodeshift": "^0.3.30",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.1.0",
"marked": "0.3.6",