Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Feret Jean-Baptiste
biodivMapR
Commits
996576d6
Commit
996576d6
authored
Oct 28, 2019
by
floriandeboissieu
Browse files
fix deploy on travis
parent
eb6e278d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
996576d6
...
...
@@ -22,7 +22,7 @@ before_install:
-
R -q -e 'if (getRversion() < "3.2" && !requireNamespace("curl")) install.packages("curl")'
-
R -q -e 'remotes::install_github("ropenscilabs/tic", upgrade = "always"); print(tic::dsl_load()); tic::prepare_all_stages()'
-
R -q -e 'tic::before_install()'
install
:
R -q -e 'tic::install()'
install
:
R -q -e 'tic::install()
;remotes::install_version("rmarkdown", "1.15")
'
after_install
:
R -q -e 'tic::after_install()'
before_script
:
R -q -e 'tic::before_script()'
script
:
R -q -e 'tic::script()'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment