mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
32c0a939b0
This should help us produce self-contained artifacts for users as well as lower the hurdles for first-time contributors.
9 lines
102 B
YAML
9 lines
102 B
YAML
language: go
|
|
|
|
before_script:
|
|
- gvm install go1.0.3 || true
|
|
- gvm use go1.0.3 || true
|
|
|
|
script:
|
|
- make
|