method

key

v5.2.3 - Show latest stable - Class: Build
key()
public

No documentation available.

# File ci/travis.rb, line 85
  def key
    key = [gem]
    key << adapter if activerecord?
    key << "isolated" if isolated?
    key.join(":")
  end