isCi -> isCI

This commit is contained in:
Kevin Sawicki 2016-11-29 14:35:39 -08:00
parent f5f790863d
commit f0566f3790

View file

@ -36,7 +36,7 @@ describe('crashReporter module', function () {
} }
it('should send minidump when renderer crashes', function (done) { it('should send minidump when renderer crashes', function (done) {
if (isCi) return if (isCI) return
this.timeout(120000) this.timeout(120000)