diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 567d846a..121e1a4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - wget https://github.com/jgm/pandoc/releases/download/1.13.2/pandoc-1.13.2-1-amd64.deb - sudo dpkg -i pandoc-1.13.2-1-amd64.deb # install tidy-html5 - - git clone git@github.com:htacg/tidy-html5.git + - git clone https://github.com/htacg/tidy-html5.git - cd tidy-html5/build/cmake - cmake ../.. - make |