lib/travis/tools/formatter.rb in travis-1.6.7.travis.422.4 vs lib/travis/tools/formatter.rb in travis-1.6.7.travis.425.8

- old
+ new

@@ -3,10 +3,10 @@ module Travis module Tools class Formatter DAY = 24 * 60 * 60 TIME_FORMAT = "%Y-%m-%d %H:%M:%S" - CONFIG_KEYS = ['rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala', 'compiler'] + CONFIG_KEYS = ['rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala', 'compiler', 'os'] def duration(seconds, suffix = nil) return "none" if seconds.nil? seconds = (Time.now - seconds).to_i if seconds.is_a? Time output = [] \ No newline at end of file