mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
13 lines
297 B
YAML
13 lines
297 B
YAML
# We use native code; sue me.
|
|
|
|
language: go
|
|
|
|
# Detective work is required to ascertain why this is required BOTH in the
|
|
# before_script directive and in the shell library.
|
|
before_script:
|
|
- gvm install go1.1 || true
|
|
- gvm use go1.1 || true
|
|
|
|
script:
|
|
- bash -l ./tests-for-die-in-a-fire-travis.sh
|