Force bundle installing on Travis

This commit is contained in:
Michael Rose 2018-05-03 14:48:45 -04:00
parent 0f1816e88f
commit 1553af9a61

View file

@ -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