From 9e10771ed3195de3e23ef9e8bffc8eb0b734991f Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 10 Jun 2020 15:06:16 +0200 Subject: .travis.yml: fix a typo in the matrix-doc URL --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9eed9949..d1a62c7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ install: - | if [ -n "$UPDATE_API" ]; then - git clone https://github.com/matrix.org/matrix-doc.git + git clone https://github.com/matrix-org/matrix-doc.git git clone --recursive https://github.com/KitsuneRal/gtad.git pushd gtad cmake $CMAKE_ARGS . -- cgit v1.2.3