Initial commit

This commit is contained in:
Panos Sakkos 2015-07-06 00:28:01 +02:00
parent 6a99d2d451
commit 33edb7b36d
103 changed files with 15723 additions and 5 deletions

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: ruby
rvm:
- 2.1
install: gem install jekyll html-proofer
script: jekyll build
branches:
only:
- master
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true