Skip to content

Commit

Permalink
Update travis - protobuf (see tmap travis.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jun 3, 2018
1 parent 3c970f6 commit 749c338
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: R
language: r

r:
- release

sudo: required
cache: packages
dist: trusty


addons:
postgresql: "9.6"
apt:
Expand All @@ -12,6 +17,8 @@ addons:
- sourceline: 'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main'
key_url: 'https://www.postgresql.org/media/keys/ACCC4CF8.asc'
packages:
- libprotobuf-dev
- protobuf-compiler
- libv8-3.14-dev
- libjq-dev
- libudunits2-dev
Expand Down

0 comments on commit 749c338

Please sign in to comment.