Attempt to install libsnappy in the travis environment

This commit is contained in:
Mark Roberts
2014-04-30 19:14:49 -07:00
parent 169c196bd7
commit 71082005c3

View File

@@ -7,6 +7,8 @@ python:
before_install:
- git submodule update --init --recursive
- sudo apt-get install libsnappy-dev
- sudo apt-get install libsnappy-java
- ./build_integration.sh
install: