#' Add travis CI configuration file.
#'
#' @param force a logical.
#'
#' @export
use_travis <- function(force = FALSE) {
out <- add_file("travis.yml", force = force, pre = ".")
invisible(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.