Method: Travis::Tools::System.full_os

Defined in:
lib/travis/tools/system.rb

.full_osObject



34
35
36
# File 'lib/travis/tools/system.rb', line 34

def full_os
  os_name == os_type ? os : "#{os} like #{os_type}"
end