We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b671f54 commit 7ff5f2cCopy full SHA for 7ff5f2c
karma.conf.js
@@ -38,7 +38,7 @@ const customLaunchers = {
38
const isTravis = process.env.TRAVIS === 'true'
39
const isFirstJob = /\.1$/.test(process.env.TRAVIS_JOB_NUMBER)
40
41
-const browsers = ['PhantomJS2']
+const browsers = ['PhantomJS']
42
if (isTravis && isFirstJob) {
43
Array.prototype.push.apply(browsers, Object.keys(customLaunchers))
44
}
package.json
@@ -24,7 +24,7 @@
24
"karma": "^2.0.0",
25
"karma-mocha": "^1.1.1",
26
"karma-mocha-reporter": "^2.0.4",
27
- "karma-phantomjs2-launcher": "^0.5.0",
+ "karma-phantomjs-launcher": "^1.0.0",
28
"karma-sauce-launcher": "^1.2.0",
29
"karma-sourcemap-loader": "^0.3.7",
30
"karma-webpack": "^3.0.0",
0 commit comments