Skip to content

Commit

Permalink
Fix #39: Add Travis config
Browse files Browse the repository at this point in the history
Run minimum viable test: does the static build work?

Exclude vendor:
- jekyll/jekyll#2938
  • Loading branch information
dsingleton committed Mar 7, 2017
1 parent 84bc7e2 commit b9acbd8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: ruby
sudo: false

script:
- bundle exec jekyll build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [dsingleton.co.uk](http://dsingleton.co.uk)

[![Build Status](https://travis-ci.org/dsingleton/dsingleton.co.uk.svg?branch=master)](https://travis-ci.org/dsingleton/dsingleton.co.uk)

A straight forward static personal website, powered by [Jekyll](http://jekyllrb.com/).

## Setup
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exclude:
- Gemfile
- Gemfile.lock
- .ruby-version
- vendor # https://jekyllrb.com/docs/continuous-integration/travis-ci/

gems:
- jekyll-feed
Expand Down

0 comments on commit b9acbd8

Please sign in to comment.