# File lib/travis/tools/completion.rb, line 13 def config_path ENV.fetch('TRAVIS_CONFIG_PATH') { File.expand_path('.travis', ENV['HOME']) } end