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 <[email protected]>
6+
Daniel Vedder <[email protected]>
7+
Jeremiah LaRocco <[email protected]>
8+
Jose Santos <[email protected]>
9+
Martin Karlsson <[email protected]>
10+
Paul Nathan <[email protected]>
11+
Ralph Moritz <[email protected]>

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)