module Travis::Tools::Completion

def update_completion

def update_completion
  mkdir_p(config_path)
  cp(Assets['travis.sh'], cmp_file)
end