Explorar el Código

travis: forgot to use sudo when installing packages

Jonas Borgström hace 11 años
padre
commit
337892c635
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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