Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Enable Travis CI
Browse files Browse the repository at this point in the history
This patch enables Travis CI which will build pull requests before they
are merged so that merges will not break the build as easily anymore.
  • Loading branch information
lkiesow committed Jan 11, 2019
1 parent 200f6bd commit 9786bce
Show file tree
Hide file tree
Showing 2 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
cache: bundler
script:
- bundle exec jekyll build
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem 'github-pages', group: :jekyll_plugins

0 comments on commit 9786bce

Please sign in to comment.