File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
2+ language : ruby
3+ rvm :
4+ - 2.1
5+
6+ # before_script:
7+ # - chmod +x ./script/cibuild # or do this locally and commit
8+
9+ # Assume bundler is being used, therefore
10+ # the `install` step will run `bundle install` by default.
11+ # script: ./script/cibuild
12+ script :
13+ - bundle exec jekyll build
14+
15+ env :
16+ global :
17+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
Original file line number Diff line number Diff line change 1+ Authors, ordered alphabetically by first name.
2+
3+ Their sacrifice of time is remembered.
4+
5+ Christopher Carpenter < mordocai@mordocai.net >
6+ Daniel Vedder <d.vedder@web.de >
7+ Jeremiah LaRocco <jeremiah.larocco@gmail.com >
8+ Jose Santos < jsmpereira@gmail.com >
9+ Martin Karlsson < tankrim@gmail.com >
10+ Paul Nathan < pnathan@alumni.uidaho.edu >
11+ Ralph Moritz < ralmoritz@gmail.com >
Original file line number Diff line number Diff line change 1+ source "https://rubygems.org"
2+
3+ gem "jekyll"
You can’t perform that action at this time.
0 commit comments