File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 11language : R
22cache : packages
3- sudo : true
4- dist : trusty
53warnings_are_errors : false
4+
65r :
76 - devel
87 - oldrel
98 - release
9+
10+ addons :
11+ apt :
12+ sources :
13+ - sourceline : ' ppa:ubuntugis/ppa'
14+ packages :
15+ - libudunits2-dev
16+ - libproj-dev
17+ - libgeos-dev
18+ - libgdal-dev
1019
1120env :
1221 global :
2130
2231before_install :
2332 - echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
24- # sf system dependencies
25- - sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
26- - sudo apt-get --yes --force-yes update -qq
27- - sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
28- # make sure R pkgs are upt-to-date
29- - Rscript -e 'update.packages(ask = FALSE)'
3033
3134before_script :
3235 - if [[ "$TRAVIS_R_VERSION_STRING" == "release" ]]; then docker run -e GITHUB_PAT=$GITHUB_PAT -e MAPBOX_TOKEN=$MAPBOX_TOKEN -e VMODE="ci" -v $(pwd):/home/plotly --privileged cpsievert/plotly-orca; fi
You can’t perform that action at this time.
0 commit comments