Skip to content

Instantly share code, notes, and snippets.

@greglgomez
Created October 31, 2014 18:02
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 greglgomez/3008524731cf7b27d0f8 to your computer and use it in GitHub Desktop.
Save greglgomez/3008524731cf7b27d0f8 to your computer and use it in GitHub Desktop.
Octopress + Travis CI + Divshot
language: ruby
cache: bundler
rvm:
- 2.1.0
script: bundle exec rake generate
deploy:
provider: divshot
environment:
dev: development
staging: staging
master: production
skip_cleanup: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment