Activate Algolia search on documenation site

This commit is contained in:
Michael Rose
2018-03-09 14:52:47 -05:00
parent 588a044986
commit 4a03354667
3 changed files with 25 additions and 12 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
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