Activate Algolia search on documenation site
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user