Skip to content

Commit ce59dff

Browse files
larsxschneidergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6272ed3 commit ce59dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: c
22

3+
sudo: false
4+
35
cache:
46
directories:
57
- $HOME/travis-cache

0 commit comments

Comments
 (0)