Skip to content

Commit

Permalink
travis-ci: explicity use container-based infrastructure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lars Schneider authored and Junio C Hamano committed Jan 26, 2016
1 parent 6272ed3 commit ce59dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: c

sudo: false

cache:
directories:
- $HOME/travis-cache
Expand Down

0 comments on commit ce59dff

Please sign in to comment.