File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "tests "]
2
2
path = tests
3
- url = git@ github.com: CodethinkLabs/ofc-tests.git
3
+ url = https:// github.com/ CodethinkLabs/ofc-tests.git
Original file line number Diff line number Diff line change 6
6
# If you use a depth of 1 and have a queue of jobs, Travis CI won’t build
7
7
# commits that are in the queue when you push a new commit.
8
8
depth : 3
9
- # Handle submodules manually to avoid permission problems.
10
- submodules : false
11
9
12
10
# whitelist
13
11
branches :
@@ -28,10 +26,5 @@ addons:
28
26
compiler :
29
27
- gcc-4.8
30
28
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
-
36
29
script :
37
30
- make -j 2 test
You can’t perform that action at this time.
0 commit comments