language: ruby
script: "bundle exec jekyll build"
# whitelist
branches:
only:
- gh-pages
Created
December 3, 2014 13:11
-
-
Save roachhd/70e9f852b293fd1bff51 to your computer and use it in GitHub Desktop.
Travis.yml basic for github pages ruby gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: ruby | |
script: "bundle exec jekyll build" | |
# whitelist | |
branches: | |
only: | |
- gh-pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the most basic, with added white list for gh-pages cos Travis doesn't usually build that branch.