p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | README | LICENSE

commit 7c4ed61f1b565962c8daf221cc1935d7be205016
parent 494e8e3305f87f6c79c1cae82ee1bedb1b30775f
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date:   Tue, 28 May 2019 16:42:16 +0800

Removed back gem install html-proofer
Diffstat:
M.travis.yml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

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