forked from balanced/balanced-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request balanced#85 from rloomba/add-client-submodules
added java,php,python,ruby client submodules
- Loading branch information
Showing
6 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Submodule java
added at
c6e932
Submodule php
added at
dafa6d
Submodule python
added at
97e66a
Submodule ruby
added at
1fdec4