Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created December 3, 2014 13:11
Show Gist options
  • Select an option

  • Save roachhd/70e9f852b293fd1bff51 to your computer and use it in GitHub Desktop.

Select an option

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

roachhd commented Dec 13, 2014

Copy link
Copy Markdown
Author

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