Skip to content

Commit 794d046

Browse files
committed
Travis Up!
1 parent 401d474 commit 794d046

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: ruby
2+
rvm:
3+
- 2.1
4+
5+
#before_script:
6+
# - chmod +x ./script/cibuild # or do this locally and commit
7+
8+
# Assume bundler is being used, therefore
9+
# the `install` step will run `bundle install` by default.
10+
# script: ./script/cibuild
11+
script:
12+
- bundle exec jekyll build
13+
14+
env:
15+
global:
16+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer

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)