From 0be9facfadfd64bf0440e67b0dc4b971145e5140 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Mar 2018 15:14:35 -0500 Subject: [PATCH] Revert "Place options before Jekyll command" This reverts commit 4a7b7a67dd353ca9e450693c43acd10f0d8f0acc. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 035d888d..1bb28592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby cache: bundler gemfile: docs/Gemfile script: - - bundle exec jekyll --source docs --destination docs/_site --config docs/_config.yml algolia + - 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