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
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
before_install:
|
||||||
|
- gem install bundler
|
||||||
gemfile: docs/Gemfile
|
gemfile: docs/Gemfile
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
|
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
|
||||||
|
|
Loading…
Reference in a new issue