Skip to content

Commit 78891ab

Browse files
added protolite dependencies
libprotobuf-dev protobuf-compiler added to before_install directive
1 parent 3de4605 commit 78891ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
before_install:
22
- sudo add-apt-repository ppa:ubuntugis/ppa -y
33
- sudo apt-get update -q
4-
- sudo apt-get install -y libudunits2-dev proj-bin gdal-bin libgdal-dev libproj-dev libv8-dev libjq-dev
4+
- sudo apt-get install -y libudunits2-dev proj-bin gdal-bin libgdal-dev libproj-dev
5+
libv8-dev libjq-dev libprotobuf-dev protobuf-compiler
6+
57

68
language: R
79
cache:

0 commit comments

Comments
 (0)