diff options
author | Lars Schneider <larsxschneider@gmail.com> | 2016-01-26 10:53:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-26 19:44:28 +0100 |
commit | ce59dffb34190e780be2fa9f449f842cadee9753 (patch) | |
tree | 6885728cf063c13c84c97b499f70b7036d0465e5 /.travis.yml | |
parent | travis-ci: run previously failed tests first, then slowest to fastest (diff) | |
download | git-ce59dffb34190e780be2fa9f449f842cadee9753.tar.xz git-ce59dffb34190e780be2fa9f449f842cadee9753.zip |
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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 610881e04f..f8b73ec3da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: c +sudo: false + cache: directories: - $HOME/travis-cache |