Skip to content

Commit

Permalink
Rename travis template to avoid check warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 11, 2014
1 parent bb87975 commit ce34587
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/travis.R
Expand Up @@ -17,7 +17,7 @@ add_travis <- function(pkg = ".") {
" * Add a travis shield to your README.md"
)

template_path <- system.file("templates/.travis.yml", package = "devtools")
template_path <- system.file("templates/travis.yml", package = "devtools")
file.copy(template_path, path)

add_build_ignore(pkg, ".travis.yml")
Expand Down
File renamed without changes.

0 comments on commit ce34587

Please sign in to comment.