# 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