hacks-guide-minimal-mistake.../.travis.yml
2018-05-03 14:48:45 -04:00

13 lines
314 B
YAML

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