Browse Source

Use sudo for apt-get command.

Jelmer Vernooij 11 năm trước cách đây
mục cha
commit
17d8583f85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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