From 91ffb084a73caaa028084fe04287fc44a4e95dfb Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 24 Mar 2016 17:26:29 -0700 Subject: [PATCH] Install libc++-dev in another attempt to fix the build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2024680..a8192d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: compiler: clang addons: apt: - packages: [ 'protobuf-compiler', 'libprotobuf-dev' ] + packages: [ 'protobuf-compiler', 'libprotobuf-dev', 'libc++-dev' ] - os: osx compiler: clang