Created
October 31, 2014 18:02
-
-
Save greglgomez/3008524731cf7b27d0f8 to your computer and use it in GitHub Desktop.
Octopress + Travis CI + Divshot
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 | |
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