.travis.yml 313 B

1234567891011121314151617
  1. language: go
  2. go:
  3. - 1.1
  4. - 1.2
  5. - 1.3
  6. env:
  7. - KAFKA_INSTALL_ROOT=/home/travis/kafka KAFKA_HOSTNAME=localhost
  8. before_install:
  9. - export REPOSITORY_ROOT=${TRAVIS_BUILD_DIR}
  10. - vagrant/install_cluster.sh
  11. - vagrant/boot_cluster.sh
  12. - vagrant/create_topics.sh
  13. notifications:
  14. flowdock: 15e08f7ed3a8fd2d89ddb36435301c1a