mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-27 06:29:42 -08:00
10 lines
122 B
YAML
10 lines
122 B
YAML
|
language: go
|
||
|
|
||
|
before_script:
|
||
|
- gvm install go1.0.3 || true
|
||
|
- gvm use go1.0.3 || true
|
||
|
|
||
|
script:
|
||
|
- make -f Makefile.TRAVIS
|
||
|
|