module Travis::Tools::Assets

def asset_path(file)

def asset_path(file)
  File.expand_path(file, BASE)
end