prometheus/.travis.yml
Matt T. Proud 244a4a9cdb Update to go1.1.
This commit updates the documentation, Makefiles, formatting, and
code semantics to support the 1.1. runtime, which includes ...

1. ``make advice``,

2. ``make format``, and

3. ``go fix`` on various targets.
2013-05-14 12:39:08 +02:00

9 lines
98 B
YAML

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