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

11 lines
288 B
YAML
Raw Normal View History

language: ruby
cache: bundler
2018-05-03 21:09:52 +02:00
gemfile: docs/Gemfile.travis
script:
2018-05-03 21:08:33 +02:00
- 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