def init
            FileUtils.mkdir_p File.dirname(travis_yml_template_path)
            unless File.exists?(travis_yml_template_path)
              logger.info "Generate travis.yml template (#{travis_yml_template_path})"
              File.open(travis_yml_template_path, "w") do |f|