Skip to content

Commit b7291ea

Browse files
committed
Merge pull request #45 from pnathan/travis-j
Use Travis to build A-C-L Jekyll
2 parents 401d474 + b681d21 commit b7291ea

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

AUTHORS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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>

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll"

0 commit comments

Comments
 (0)