hacks-guide-minimal-mistake.../.travis.yml
2018-03-09 15:04:28 -05:00

11 lines
No EOL
234 B
YAML

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