Skip to content

Commit a55f59d

Browse files
committed
Adding git-submodule update to Travis YML file
Hopefully this commit will trigger a build on TravisCI
1 parent b10b73a commit a55f59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- 2.7
66

77
before_install:
8+
- git submodule update --init --recursive
89
- cd kafka-src
910
- ./sbt update
1011
- ./sbt package

0 commit comments

Comments
 (0)