prometheus/.travis.yml
Matt T. Proud 32c0a939b0 New self-sustaining, hermetic build system.
This should help us produce self-contained artifacts for users as
well as lower the hurdles for first-time contributors.
2013-04-17 09:34:24 +02:00

9 lines
102 B
YAML

language: go
before_script:
- gvm install go1.0.3 || true
- gvm use go1.0.3 || true
script:
- make