Skip to content

Commit

Permalink
Fixing git modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed Feb 5, 2019
1 parent c53884d commit 5f55d6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[submodule "docs/_release"]
path = _sphinx/_release
url = git@github.com:domainadaptation/domainadaptation.github.io.git

[submodule "_sphinx/readinglist"]
path = _sphinx/readinglist
url = git@github.com:domainadaptation/awesome-transfer-learning.git

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
script:
Expand Down
2 changes: 1 addition & 1 deletion _sphinx/readinglist
Submodule readinglist updated 1 files
+0 −6 README.md

0 comments on commit 5f55d6f

Please sign in to comment.