diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-10 15:06:16 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-10 15:06:16 +0200 |
commit | 9e10771ed3195de3e23ef9e8bffc8eb0b734991f (patch) | |
tree | f03eeb325f41eef5d2ee06a322ad4cf03b017d3d | |
parent | 533f0af3c5c101c7c4d9ed3260fb66baf78304fa (diff) | |
download | libquotient-9e10771ed3195de3e23ef9e8bffc8eb0b734991f.tar.gz libquotient-9e10771ed3195de3e23ef9e8bffc8eb0b734991f.zip |
.travis.yml: fix a typo in the matrix-doc URL
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |