Skip to content

Commit

Permalink
Fix CI script. (#56834)
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Dec 31, 2018
1 parent 76a3ea9 commit f0ee27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/brewcask-ci.rb
Expand Up @@ -11,7 +11,7 @@ module Cask
class Cmd
class Ci < AbstractCommand
def run
unless ENV.key?("TRAVIS")
unless ENV.key?("CI")
raise CaskError, "This command isn鈥檛 meant to be run locally."
end

Expand Down

0 comments on commit f0ee27a

Please sign in to comment.