We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2b0f commit 310437aCopy full SHA for 310437a
.travis.yml
@@ -8,3 +8,11 @@ dist: trusty
8
9
notifications:
10
slack: se-spb:PszbuZP2YFs4mAY90xiTYldd
11
+
12
+# Handle git submodules yourself
13
+git:
14
+ submodules: false
15
+# Use sed to replace the SSH URL with the public URL, then initialize submodules
16
+before_install:
17
+ - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
18
+ - git submodule update --init --recursive
0 commit comments