Explorar o código

add liblz4-dev to travis installation packages

Thomas Waldmann %!s(int64=10) %!d(string=hai) anos
pai
achega
a15daf3b80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ python:
   - "3.4"
 # command to install dependencies
 install:
-  - "sudo apt-get install -y libacl1-dev"
+  - "sudo apt-get install -y libacl1-dev liblz4-dev"
   - "pip install --use-mirrors Cython"
   - "pip install -e ."
 # command to run tests