Przeglądaj źródła

add liblz4-dev to travis installation packages

Thomas Waldmann 9 lat temu
rodzic
commit
a15daf3b80
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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