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 d553a25 commit 0282607Copy full SHA for 0282607
karma.conf.js
@@ -35,7 +35,7 @@ const customLaunchers = {
35
},
36
}
37
38
-const isTravis = process.env.TRAVIS === 'true'
+const isTravis = process.env.TRAVIS === 'true'
39
const isFirstJob = /\.1$/.test(process.env.TRAVIS_JOB_NUMBER)
40
41
const browsers = ['PhantomJS2']
0 commit comments