From 8551de77347ddd40e6b59dd5b0a339a922d451df Mon Sep 17 00:00:00 2001 From: Trybnetic Date: Tue, 20 Mar 2018 23:23:24 +0100 Subject: add travis support --- Gemfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Gemfile (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..c9cb3bb --- /dev/null +++ b/Gemfile @@ -0,0 +1,11 @@ +source "https://rubygems.org" +ruby RUBY_VERSION + +# This is the gem used to use GitHub's defaults +gem 'github-pages', group: :jekyll_plugins + +# This is the gem used to test the output html +gem "html-proofer" + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -- cgit v1.2.3