hacks-guide-minimal-mistake.../.travis.yml
Michael Rose e14c7e45ca Revert "Add Travis Gemfile"
This reverts commit 3405703cda.
2018-05-03 15:14:47 -04:00

11 lines
281 B
YAML

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