summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2013-10-02 08:06:43 -0400
committerDavid Arthur <mumrah@gmail.com>2013-10-02 08:06:43 -0400
commita55f59d50e9f3e41d07bcef7df644acbec1565bd (patch)
tree837a2a0ec90ed275eb924024ac02bdfec1f5291f
parentb10b73aa11f4529d3eb6bfc28fdc50c28062fb41 (diff)
downloadkafka-python-a55f59d50e9f3e41d07bcef7df644acbec1565bd.tar.gz
Adding git-submodule update to Travis YML file
Hopefully this commit will trigger a build on TravisCI
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1235231..c1b71d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ python:
- 2.7
before_install:
+ - git submodule update --init --recursive
- cd kafka-src
- ./sbt update
- ./sbt package