Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosci committed Jan 24, 2019
1 parent b178b89 commit b83dece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Usually you shouldn't need to change the first part of the file

# DO NOT CHANGE THE CODE BELOW
before_install: R -q -e 'install.packages(c("remotes", "knitr", "rmarkdown", "dplyr")); remotes::install_github("ropenscilabs/tic"); remotes::install_github("ropensci/landscapetools"); tic::prepare_all_stages(); remotes::install_deps(dependencies = TRUE); tic::before_install()'
before_install: R -q -e 'install.packages(c("remotes", "knitr", "rmarkdown", "dplyr")); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages(); remotes::install_deps(dependencies = TRUE); tic::before_install()'
install: R -q -e 'tic::install()'
after_install: R -q -e 'tic::after_install()'
before_script: R -q -e 'tic::before_script()'
Expand Down
1 change: 1 addition & 0 deletions tic.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if (Sys.getenv("id_rsa") != "") {

if (ci()$get_branch() == "master") {
get_stage("deploy") %>%
add_code_step(remotes::install_github("ropensci/landscapetools")) %>%
add_code_step(rmarkdown::render("README.Rmd")) %>%
add_step(step_push_deploy(commit_paths = "README.md", branch = "master")) %>%
add_code_step(devtools::document()) %>%
Expand Down

0 comments on commit b83dece

Please sign in to comment.