Initial commit
This commit is contained in:
parent
6a99d2d451
commit
33edb7b36d
103 changed files with 15723 additions and 5 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue