mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
fed2fcbe25
See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ Apparently disabling sudo is all that's needed.
13 lines
126 B
YAML
13 lines
126 B
YAML
# We use native code.
|
|
|
|
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.1
|
|
|
|
script:
|
|
- cd ${TRAVIS_BUILD_DIR}
|
|
- bash -l ./travis-helper.sh
|