Skip to content

Instantly share code, notes, and snippets.

@kizu
Last active December 25, 2015 23:39
Show Gist options
  • Save kizu/7058474 to your computer and use it in GitHub Desktop.
Save kizu/7058474 to your computer and use it in GitHub Desktop.
Adding Jekyll project to Travis CI
language: ruby
script: "bundle exec jekyll build"

Adding a badge (change the title, user and repo, also branch, if it is not master)

# title [![Build Status][build]][build-link]
[build]: https://travis-ci.org/user/repo.png?branch=master
[build-link]: https://travis-ci.org/user/repo
source 'https://rubygems.org'
gem 'github-pages'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment