Skip to content
Snippets Groups Projects
Commit a6648750 authored by Luke Zappia's avatar Luke Zappia
Browse files

Update Travis dist to xenial

parent 339bbb69
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,15 @@ r:
sudo: false
cache: packages
# dependency for gsl>copula>zinbwave
dist: xenial
addons:
apt:
packages:
- libgsl-dev
- libgsl-dev # dependency for gsl>copula>zinbwave
install:
- R -e 'install.packages("devtools")'
- R -e 'devtools::install(dependencies = TRUE, upgrade_dependencies = TRUE)'
#install:
# - R -e 'install.packages("devtools")'
# - R -e 'devtools::install(dependencies = TRUE, upgrade_dependencies = TRUE)'
after_success:
- Rscript -e 'covr::codecov()'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment