diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-09 06:08:32 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-09 06:08:32 -0700 |
commit | fd906a11470ffeabf91754f887086d725b984d0d (patch) | |
tree | d7a63e032795382ca0a926c39ed320fd8f4e32ac /.travis.yml | |
parent | c4a35a5ac1ef031ababe03b5da885794d07706f1 (diff) | |
download | my_new_personal_website-fd906a11470ffeabf91754f887086d725b984d0d.tar.xz my_new_personal_website-fd906a11470ffeabf91754f887086d725b984d0d.zip |
.travis.yml: clone repo via HTTPS instead
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 |