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:
parent
e50203a253
commit
3115b6c762
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue