mirror of
https://github.com/ryantimpe/brickr.git
synced 2026-05-02 16:49:53 -05:00
More travis fixes
This commit is contained in:
-26
@@ -1,30 +1,4 @@
|
||||
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
||||
# Default configuration for use with tic package
|
||||
# tic documentation to get started: https://ropenscilabs.github.io/tic/
|
||||
# Usually you shouldn't need to change the first part of the file
|
||||
|
||||
# DO NOT CHANGE THE CODE BELOW
|
||||
before_install:
|
||||
- R -q -e 'if (!requireNamespace("remotes")) install.packages("remotes")'
|
||||
- R -q -e 'if (getRversion() < "3.2" && !requireNamespace("curl")) install.packages("curl")'
|
||||
- R -q -e 'remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages()'
|
||||
- R -q -e '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()'
|
||||
script: R -q -e 'tic::script()'
|
||||
after_success: R -q -e 'tic::after_success()'
|
||||
after_failure: R -q -e 'tic::after_failure()'
|
||||
before_deploy: R -q -e 'tic::before_deploy()'
|
||||
deploy:
|
||||
provider: script
|
||||
script: R -q -e 'tic::deploy()'
|
||||
on:
|
||||
all_branches: true
|
||||
after_deploy: R -q -e 'tic::after_deploy()'
|
||||
after_script: R -q -e 'tic::after_script()'
|
||||
# DO NOT CHANGE THE CODE ABOVE
|
||||
|
||||
# Custom parts:
|
||||
|
||||
# Header
|
||||
|
||||
Reference in New Issue
Block a user