diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-06-28 01:32:59 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-06-28 01:32:59 +0200 |
| commit | 3115b6c76236517ca6d10e54a1e34965c340531f (patch) | |
| tree | 5c22fd002a5b2d81cdd676b6305b13f1750eb797 | |
| parent | e50203a2531209d32fab9d9b5fea3ff55c873c86 (diff) | |
travis: allow containerized builds
These builds should be quicker and faster. We don't need sudo, so write
that down for Travis to move us to these builds.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f8b7e93..9341639 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: go +sudo: false + install: - cd "${HOME}" - wget -O libgit2-0.22.1.tar.gz https://github.com/libgit2/libgit2/archive/v0.22.1.tar.gz |
