Skip to content

Commit

Permalink
grr travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed May 11, 2017
1 parent 4aa1f3d commit 6beb4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/write_codemeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ create_codemeta <- function(pkg = ".",
cm <- import_pkg_description(descr = descr, cm = cm, version = version)

if(version != "1"){
cm <- guess_ci(cm, pkg)
#cm <- guess_ci(cm, pkg)
cm <- guess_published(cm)
}

Expand Down

0 comments on commit 6beb4f4

Please sign in to comment.