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.
This commit is contained in:
Carlos Martín Nieto 2015-06-28 01:32:59 +02:00
parent e50203a253
commit 3115b6c762
1 changed files with 2 additions and 0 deletions

View File

@ -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