Check deprecations on travis

This commit is contained in:
Nathan Sobo
2015-09-30 15:26:23 -06:00
parent e838863bc7
commit 57bae5745f

View File

@@ -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