Sfoglia il codice sorgente

Use sudo for apt-get command.

Jelmer Vernooij 11 anni fa
parent
commit
17d8583f85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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