Skip to content

Commit

Permalink
Merge pull request balanced#85 from rloomba/add-client-submodules
Browse files Browse the repository at this point in the history
added java,php,python,ruby client submodules
  • Loading branch information
andrew committed May 16, 2013
2 parents aef8da3 + 37fd61b commit 72c61c6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "clients/python"]
path = clients/python
url = git://github.com/balanced/balanced-python.git
[submodule "clients/ruby"]
path = clients/ruby
url = git://github.com/balanced/balanced-ruby.git
[submodule "clients/java"]
path = clients/java
url = git://github.com/balanced/balanced-java.git
[submodule "clients/php"]
path = clients/php
url = git://github.com/balanced/balanced-php.git
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
before_install:
- git submodule update --init --recursive
language: python
python:
- 2.6
Expand Down
1 change: 1 addition & 0 deletions clients/java
Submodule java added at c6e932
1 change: 1 addition & 0 deletions clients/php
Submodule php added at dafa6d
1 change: 1 addition & 0 deletions clients/python
Submodule python added at 97e66a
1 change: 1 addition & 0 deletions clients/ruby
Submodule ruby added at 1fdec4

0 comments on commit 72c61c6

Please sign in to comment.