Explorar o código

.travis.yml: use sudo when calling apt-get

Kosma Moczek %!s(int64=11) %!d(string=hai) anos
pai
achega
6fa3e4646a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,5 +2,5 @@ language: c
 compiler:
     - gcc
     - clang
-install: apt-get install check
+install: sudo apt-get install check
 script: make test