lib/travis/cli/command.rb in travis-1.6.8.travis.453.6 vs lib/travis/cli/command.rb in travis-1.6.8.travis.454.6

- old
+ new

@@ -11,9 +11,14 @@ require 'timeout' module Travis module CLI class Command + MINUTE = 60 + HOUR = 3600 + DAY = 86400 + WEEK = 604800 + include Tools::Assets extend Parser, Forwardable, Tools::Assets def_delegators :terminal, :agree, :ask, :choose HighLine.use_color = Tools::System.unix? && $stdout.tty?