File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : R
2
2
cache : packages
3
- sudo : true
4
- dist : trusty
5
3
warnings_are_errors : false
4
+
6
5
r :
7
6
- devel
8
7
- oldrel
9
8
- 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
10
19
11
20
env :
12
21
global :
21
30
22
31
before_install :
23
32
- 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)'
30
33
31
34
before_script :
32
35
- 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