Skip to content

Commit 34e39f9

Browse files
Use https for tests submodule so that non-developers can clone easily
1 parent c020741 commit 34e39f9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "tests"]
22
path = tests
3-
url = git@github.com:CodethinkLabs/ofc-tests.git
3+
url = https://github.com/CodethinkLabs/ofc-tests.git

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ git:
66
# If you use a depth of 1 and have a queue of jobs, Travis CI won’t build
77
# commits that are in the queue when you push a new commit.
88
depth: 3
9-
# Handle submodules manually to avoid permission problems.
10-
submodules: false
119

1210
# whitelist
1311
branches:
@@ -28,10 +26,5 @@ addons:
2826
compiler:
2927
- gcc-4.8
3028

31-
before_install:
32-
# Replace the SSH URL with the public URL and initialize submodules
33-
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
34-
- git submodule update --init --recursive
35-
3629
script:
3730
- make -j 2 test

0 commit comments

Comments
 (0)