Force bundle installing on Travis
This commit is contained in:
parent
0f1816e88f
commit
1553af9a61
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
before_install:
|
||||
- gem install bundler
|
||||
gemfile: docs/Gemfile
|
||||
script:
|
||||
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
|
||||
|
|
Loading…
Reference in a new issue