prometheus/.travis.yml

19 lines
411 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-20 11:31:58 -07:00
# Explicitly stop before_script from doing anything by giving 'em nil work.
2012-11-28 13:58:14 -08:00
before_script:
2013-05-20 11:31:58 -07:00
- echo "Before Script"
# Explicitly stop install from doing anything by giving 'em nil work.
install:
- echo "Install"
2012-11-28 13:58:14 -08:00
script:
2013-05-20 11:31:58 -07:00
- echo "Script"
- cd ${TRAVIS_BUILD_DIR}
- gvm install go1.1 || true
- gvm use go1.1 || true
2013-05-14 03:59:23 -07:00
- bash -l ./tests-for-die-in-a-fire-travis.sh