Parcourir la source

Use sudo for apt-get command.

Jelmer Vernooij il y a 11 ans
Parent
commit
17d8583f85
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,4 +5,4 @@ python:
 script: make check
 install:
   - pip install unittest2
-  - apt-get install -qq git
+  - sudo apt-get install -qq git