Skip to content

Commit db8162f

Browse files
committed
Travis: fix
1 parent 3263413 commit db8162f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tic.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ do_pkgdown(commit_paths = "docs/*", document = FALSE)
1313
if (ci_get_branch() == "master") {
1414

1515
get_stage("deploy") %>%
16+
add_code_step(pkgbuild::compile_dll()) %>%
1617
add_code_step(devtools::document()) %>%
1718
add_step(step_push_deploy(commit_paths = c("man/", "DESCRIPTION", "NAMESPACE")))
1819
}

0 commit comments

Comments
 (0)