# File lib/travis/tools/system.rb, line 32
      def full_os
        os_name == os_type ? os : "#{os} like #{os_type}"
      end