prometheus/.travis.yml

13 lines
297 B
YAML
Raw Normal View History

2013-05-14 03:59:23 -07:00
# We use native code; sue me.
2012-11-28 13:58:14 -08:00
language: go
2013-05-14 03:59:23 -07:00
# Detective work is required to ascertain why this is required BOTH in the
# before_script directive and in the shell library.
2012-11-28 13:58:14 -08:00
before_script:
2013-05-14 03:59:23 -07:00
- gvm install go1.1 || true
- gvm use go1.1 || true
2012-11-28 13:58:14 -08:00
script:
2013-05-14 03:59:23 -07:00
- bash -l ./tests-for-die-in-a-fire-travis.sh