Adding git-submodule update to Travis YML file

Hopefully this commit will trigger a build on TravisCI
This commit is contained in:
David Arthur
2013-10-02 08:06:43 -04:00
parent b10b73aa11
commit a55f59d50e

View File

@@ -5,6 +5,7 @@ python:
- 2.7
before_install:
- git submodule update --init --recursive
- cd kafka-src
- ./sbt update
- ./sbt package