From d0473d202a181f84fc4bd1a431384e567d2f69e9 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Mar 2018 14:56:41 -0500 Subject: [PATCH] Edit Travis CI build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8da05d40..7d06f348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby cache: bundler script: - - BUNDLE_GEMFILE=docs/Gemfile bundle exec jekyll algolia --config _config.yml + - bundle exec jekyll algolia --config _config.yml branches: only: # Change this to gh-pages if you're deploying using the gh-pages branch