hivedav-website

Website for HiveDAV
git clone https://git.in0rdr.ch/hivedav-website.git
Log | Files | Refs | README | LICENSE

commit 71982919bc731d30faf6627776942521119e48c5
parent 576df7f9695f0d96df1969f1bcae9b90ee5f18e8
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date:   Tue, 28 May 2019 16:13:48 +0800

Added gem install html-proofer
Diffstat:
M.travis.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -26,3 +26,4 @@ cache: bundler # caching bundler gem packages will speed up build before_install: - gem update --system - gem install bundler -v '< 2' + - gem install html-proofer