Class: ManageIQ::CrossRepo::Runner::Travis

Inherits:
Base
  • Object
show all
Defined in:
lib/manageiq/cross_repo/runner/travis.rb

Constant Summary collapse

CONFIG_FILE =
".travis.yml".freeze

Instance Attribute Summary

Attributes inherited from Base

#config, #script_cmd

Class Method Summary collapse

Methods inherited from Base

#build_test_script, #initialize

Constructor Details

This class inherits a constructor from ManageIQ::CrossRepo::Runner::Base

Class Method Details

.available?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/manageiq/cross_repo/runner/travis.rb', line 9

def self.available?
  File.exist?(CONFIG_FILE)
end