mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-01 15:26:11 -04:00
Enable container-based Travis builds.
See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ Apparently disabling sudo is all that's needed.
This commit is contained in:
parent
ab7473b970
commit
fed2fcbe25
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# We use native code.
|
||||
|
||||
sudo: false
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
|
|
|
|||
Loading…
Reference in a new issue