[CRIU] [PATCH] travis: add protobuf-compiler

Ruslan Kuprieiev kupruser at gmail.com
Thu Jan 22 04:51:36 PST 2015


Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1ffc089..b48325f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,6 @@ compiler:
   - gcc
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev
+  - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler
 script:
   - "bash -ex scripts/travis-ci.sh"
-- 
2.1.0



More information about the CRIU mailing list