# File lib/travis/tools/system.rb, line 16
      def mac?
        RUBY_PLATFORM =~ /darwin/i
      end