Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created December 3, 2014 13:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/70e9f852b293fd1bff51 to your computer and use it in GitHub Desktop.
Save roachhd/70e9f852b293fd1bff51 to your computer and use it in GitHub Desktop.
Travis.yml basic for github pages ruby gem
language: ruby
script: "bundle exec jekyll build"
# whitelist
branches:
only:
- gh-pages

Github pages basic travis-Ci .travis.yml

language: ruby
script: "bundle exec jekyll build"

# whitelist
branches:
  only:
    - gh-pages
@roachhd
Copy link
Author

roachhd commented Dec 13, 2014

This is the most basic, with added white list for gh-pages cos Travis doesn't usually build that branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment