lib/travis/cli/command.rb in travis-1.5.6.travis.307.4 vs lib/travis/cli/command.rb in travis-1.5.6.travis.312.4

- old
+ new

@@ -244,10 +244,10 @@ warn(message, &block) exit 1 end def command(name) - color("#$0 #{name}", :command) + color("#{File.basename($0)} #{name}", :command) end def success(line) say color(line, :success) if interactive? end