From fd906a11470ffeabf91754f887086d725b984d0d Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 9 May 2015 06:08:32 -0700 Subject: .travis.yml: clone repo via HTTPS instead --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1