hacks-guide-minimal-mistake.../.travis.yml

10 lines
236 B
YAML
Raw Normal View History

language: ruby
cache: bundler
script:
- BUNDLE_GEMFILE=docs/Gemfile bundle exec jekyll algolia --config _config.yml
branches:
only:
# Change this to gh-pages if you're deploying using the gh-pages branch
- master
rvm:
- 2.4