prometheus/.travis.yml
2013-05-21 09:42:00 +02:00

19 lines
411 B
YAML

# We use native code; sue me.
language: go
# Explicitly stop before_script from doing anything by giving 'em nil work.
before_script:
- echo "Before Script"
# Explicitly stop install from doing anything by giving 'em nil work.
install:
- echo "Install"
script:
- echo "Script"
- cd ${TRAVIS_BUILD_DIR}
- gvm install go1.1 || true
- gvm use go1.1 || true
- bash -l ./tests-for-die-in-a-fire-travis.sh