# File lib/travis/tools/system.rb, line 41
      def os_name
        @os_name ||= has?(:sw_vers)     && `sw_vers -productName`.chomp
        @os_name ||= has?(:lsb_release) && `lsb_release -i -s`.chomp
      end