Przeglądaj źródła

travis: forgot to use sudo when installing packages

Jonas Borgström 11 lat temu
rodzic
commit
337892c635
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ python:
   - "3.3"
   - "3.3"
 # command to install dependencies
 # command to install dependencies
 install:
 install:
-  - "apt-get install -y libacl1-dev"
+  - "sudo apt-get install -y libacl1-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