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 491fd8a commit ba5ccfbCopy full SHA for ba5ccfb
test/jasmine/karma.conf.js
@@ -4,7 +4,7 @@ var path = require('path');
4
var minimist = require('minimist');
5
var constants = require('../../tasks/util/constants');
6
7
-var isCI = !!process.env.CIRCLECI;
+var isCI = !!process.env.CI;
8
var argv = minimist(process.argv.slice(4), {
9
string: ['bundleTest', 'width', 'height'],
10
'boolean': ['info', 'nowatch', 'failFast', 'verbose', 'Chrome', 'Firefox', 'IE11'],
0 commit comments