travis-ci: no longer use containers

Travis CI will soon deprecate the container-based infrastructure enabled by `sudo: false` in ce59dffb34190e780be2fa9f449f842cadee9753. More info: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures Signed-off-by: Sebastian Staudt <koraktor@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Sebastian Staudt committed Oct 25, 2018 at 19:41 UTC 32ee384be83bee900af272f2df3c12814e1b8ed6
1 file changed -2
.travis.yml
-2
@@ -1,7 +1,5 @@
1 language: c
2
3 -sudo: false
4 -
3 cache:
4 directories:
5 - $HOME/travis-cache