Skip to content

Instantly share code, notes, and snippets.

@roachhd
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/be9097e3f5757faaf739 to your computer and use it in GitHub Desktop.
Save roachhd/be9097e3f5757faaf739 to your computer and use it in GitHub Desktop.
travis-ci .travis.yml for Jekyll
# This is the bare bones Travis for Jekyll github pages sites
language: ruby
script: "bundle exec jekyll build"
# This is for continuous deploy of assets
deploy:
provider: releases
api-key: "GITHUB OAUTH TOKEN"
file: "FILE TO UPLOAD"
skip_cleanup: true
on:
tags: true
all_branches: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment