aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-05 15:10:19 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-05 15:10:19 +0700
commitc4f0aa0201778893e39806d1cfbcc7cb9e691d96 (patch)
treec526dc961341ad1126e9fb5d44b24799b7310310 /.travis.yml
parentSpecify branch attribute of submodules (diff)
downloadferdium-app-c4f0aa0201778893e39806d1cfbcc7cb9e691d96.tar.gz
ferdium-app-c4f0aa0201778893e39806d1cfbcc7cb9e691d96.tar.zst
ferdium-app-c4f0aa0201778893e39806d1cfbcc7cb9e691d96.zip
Remove Travis hack for submodules
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ba8bc86ac..9b5025b62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ git:
18 submodules: false 18 submodules: false
19# Use sed to replace the SSH URL with the public URL, then initialize submodules 19# Use sed to replace the SSH URL with the public URL, then initialize submodules
20before_install: 20before_install:
21 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules; else sed -i '' 's/git@github.com:/https:\/\/github.com\//' .gitmodules; fi
22 - git submodule update --init --recursive 21 - git submodule update --init --recursive
23install: 22install:
24 - echo do nothing 23 - echo do nothing