Browse Source

isCi -> isCI

Kevin Sawicki 8 years ago
parent
commit
f0566f3790
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-crash-reporter-spec.js

+ 1 - 1
spec/api-crash-reporter-spec.js

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