Adding git-submodule update to Travis YML file
Hopefully this commit will trigger a build on TravisCI
This commit is contained in:
@@ -5,6 +5,7 @@ python:
|
||||
- 2.7
|
||||
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
- cd kafka-src
|
||||
- ./sbt update
|
||||
- ./sbt package
|
||||
|
||||
Reference in New Issue
Block a user