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

This commit is contained in:
Kosma Moczek 2014-09-02 22:07:30 +02:00
parent d303b73c40
commit 6fa3e4646a

View File

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