aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1bb28592f877ef3ead4c8743cee2c2b921748b32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: ruby
cache: bundler
gemfile: docs/Gemfile
script:
  - bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
branches:
  only:
    # Change this to gh-pages if you're deploying using the gh-pages branch
    - master
rvm:
 - 2.4