travis-ci: explicity use container-based infrastructure
Set `sudo: false` to explicitly use the (faster) container-based infrastructure for the Travis-CI Linux build. More info: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
6272ed3194
commit
ce59dffb34
|
@ -1,5 +1,7 @@
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/travis-cache
|
- $HOME/travis-cache
|
||||||
|
|
Loading…
Reference in New Issue