mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Check deprecations on travis
This commit is contained in:
@@ -79,7 +79,7 @@ buildTerminalReporter = (logFile) ->
|
||||
log(str)
|
||||
onComplete: (runner) ->
|
||||
fs.closeSync(logStream) if logStream?
|
||||
if process.env.JANKY_SHA1
|
||||
if process.env.JANKY_SHA1 or process.env.CI
|
||||
grim = require 'grim'
|
||||
|
||||
if grim.getDeprecationsLength() > 0
|
||||
|
||||
Reference in New Issue
Block a user