Skip to content

Commit

Permalink
install covrpage
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 17, 2018
1 parent 1b09328 commit 9c0bb41
Showing 1 changed file with 1 addition 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", "curl")); remotes::install_github("lockedatapublished/lockedatapkg"); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages(); tic::before_install()'
before_install: R -q -e 'install.packages(c("remotes", "curl")); remotes::install_github("lockedatapublished/lockedatapkg"); remotes::install_github("yonicd/covrpage"); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages(); 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

0 comments on commit 9c0bb41

Please sign in to comment.