Browse Source

travis: forgot to use sudo when installing packages

Jonas Borgström 11 năm trước cách đây
mục cha
commit
337892c635
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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